commit: d2c78b6503adb8072d85c8373458de06ad0cf040 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 09:01:25 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 09:01:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c78b65
dev-python/regex: Keyword under ALLARCHES policy Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=527396 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/regex/regex-2015.07.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/regex/regex-2015.07.19.ebuild b/dev-python/regex/regex-2015.07.19.ebuild index a01ea47..b14cd65 100644 --- a/dev-python/regex/regex-2015.07.19.ebuild +++ b/dev-python/regex/regex-2015.07.19.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DOCS=( README docs/UnicodeProperties.txt )