From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B11DE1384B4 for ; Tue, 10 Nov 2015 11:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE2C021C00D; Tue, 10 Nov 2015 11:49:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC0C421C00D for ; Tue, 10 Nov 2015 11:49:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AA743403C1 for ; Tue, 10 Nov 2015 11:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2CD92416 for ; Tue, 10 Nov 2015 11:49:45 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1447156179.d12a56f6132b99850e26fa82f6d99a6666bb4629.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-abc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-abc/backports-abc-0.4.ebuild X-VCS-Directories: dev-python/backports-abc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d12a56f6132b99850e26fa82f6d99a6666bb4629 X-VCS-Branch: master Date: Tue, 10 Nov 2015 11:49:45 +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: f1fe45ed-c68d-4ab5-8756-bdc60686a6b8 X-Archives-Hash: 4d6cb3d4cdf99c70c566e5585bcc77cd commit: d12a56f6132b99850e26fa82f6d99a6666bb4629 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 11:25:08 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 10 11:49:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12a56f6 dev-python/backports-abc: Keyword under ALLARCHES policy Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/backports-abc/backports-abc-0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-abc/backports-abc-0.4.ebuild b/dev-python/backports-abc/backports-abc-0.4.ebuild index 439133d..20c6fb9 100644 --- a/dev-python/backports-abc/backports-abc-0.4.ebuild +++ b/dev-python/backports-abc/backports-abc-0.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" # https://github.com/cython/backports_abc/issues/4 LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" S=${WORKDIR}/${MY_P}