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 2D2BF138AE9 for ; Wed, 27 Dec 2017 19:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC47E0FA6; Wed, 27 Dec 2017 19:02:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9DFBE0FA6 for ; Wed, 27 Dec 2017 19:02:10 +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 7A17834105A for ; Wed, 27 Dec 2017 19:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C3A9AF89 for ; Wed, 27 Dec 2017 19:02:07 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1514401320.d93ca9d87b3b7c26a66f8106e3599c96a9fd587d.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configparser/configparser-3.5.0-r1.ebuild X-VCS-Directories: dev-python/configparser/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d93ca9d87b3b7c26a66f8106e3599c96a9fd587d X-VCS-Branch: master Date: Wed, 27 Dec 2017 19:02:07 +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: 38110029-a7d6-4d3b-b849-1af8f6851ab9 X-Archives-Hash: 1c124c34241a06a3ef657deff913682b commit: d93ca9d87b3b7c26a66f8106e3599c96a9fd587d Author: Fabian Groffen gentoo org> AuthorDate: Wed Dec 27 19:00:52 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Dec 27 19:02:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d93ca9d8 dev-python/configparser: added Prefix keywords, bug #606554 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/configparser/configparser-3.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configparser/configparser-3.5.0-r1.ebuild b/dev-python/configparser/configparser-3.5.0-r1.ebuild index e81b1d79616..7e15dbc28df 100644 --- a/dev-python/configparser/configparser-3.5.0-r1.ebuild +++ b/dev-python/configparser/configparser-3.5.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"