diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-07 09:01:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-07 09:12:09 +0200 |
commit | ae73aad720a0fba70b8d8e45c2c436351697af8c (patch) | |
tree | b6e8e982d137245d690f5dc158059ab1b7358d72 /dev-python | |
parent | dev-python/snowballstemmer: Mark for ALLARCHES stabilization (diff) | |
download | gentoo-ae73aad720a0fba70b8d8e45c2c436351697af8c.tar.gz gentoo-ae73aad720a0fba70b8d8e45c2c436351697af8c.tar.bz2 gentoo-ae73aad720a0fba70b8d8e45c2c436351697af8c.zip |
dev-python/snowballstemmer: ALLARCHES propagate stable on 1.2.1
Closes: https://bugs.gentoo.org/655126
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild index 3cf1949396c9..540cfb090851 100644 --- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild +++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x64-solaris" IUSE="" |