diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:25:08 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 12:49:39 +0100 |
commit | d12a56f6132b99850e26fa82f6d99a6666bb4629 (patch) | |
tree | 667f53fa80ab8a31b42fdb3c90d373d6c5f5282a | |
parent | virtual/python-asyncio: Keyword under ALLARCHES policy (diff) | |
download | gentoo-d12a56f6132b99850e26fa82f6d99a6666bb4629.tar.gz gentoo-d12a56f6132b99850e26fa82f6d99a6666bb4629.tar.bz2 gentoo-d12a56f6132b99850e26fa82f6d99a6666bb4629.zip |
dev-python/backports-abc: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/backports-abc/backports-abc-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/backports-abc/backports-abc-0.4.ebuild b/dev-python/backports-abc/backports-abc-0.4.ebuild index 439133db3dcb..20c6fb9d5bae 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} |