From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 963D61382C5 for ; Wed, 21 Mar 2018 05:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B23E0920; Wed, 21 Mar 2018 05:55:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B276BE0919 for ; Wed, 21 Mar 2018 05:55:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8755B335C60 for ; Wed, 21 Mar 2018 05:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 920BE26D for ; Wed, 21 Mar 2018 05:55:29 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1521611671.b6e8dff1861b3544c6bf5486fd2bdacbafded549.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pretty-yaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild X-VCS-Directories: dev-python/pretty-yaml/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b6e8dff1861b3544c6bf5486fd2bdacbafded549 X-VCS-Branch: master Date: Wed, 21 Mar 2018 05:55:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2c02253-c907-4148-968c-434e191c3711 X-Archives-Hash: 2afa82e9473e2c9b288e3474d5f5567f commit: b6e8dff1861b3544c6bf5486fd2bdacbafded549 Author: Markus Meier gentoo org> AuthorDate: Wed Mar 21 05:54:31 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Mar 21 05:54:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e8dff1 dev-python/pretty-yaml: arm stable, bug #639114 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild index d70f5c6f9e9..3b4783abbe7 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 arm x86" IUSE="test" RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"