diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-26 10:26:33 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-26 10:28:25 +0100 |
commit | 38b67633ef867927d87c0930850e7626190d050c (patch) | |
tree | ad2ee2d873efdd8313d7484722f0d16e4f714eef /dev-python/unidecode | |
parent | net-libs/nghttp2: version bump to 1.4.0 #566804 (diff) | |
download | gentoo-38b67633ef867927d87c0930850e7626190d050c.tar.gz gentoo-38b67633ef867927d87c0930850e7626190d050c.tar.bz2 gentoo-38b67633ef867927d87c0930850e7626190d050c.zip |
dev-python/unidecode: Keyword for ALLARCHES
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565208
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-0.04.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-0.04.18.ebuild b/dev-python/unidecode/unidecode-0.04.18.ebuild index b45f3af2e87a..3e4525b6f3ec 100644 --- a/dev-python/unidecode/unidecode-0.04.18.ebuild +++ b/dev-python/unidecode/unidecode-0.04.18.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ppc sparc x86" S=${WORKDIR}/${MY_P} |