diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:38:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:38:32 +0200 |
commit | 0da45888658fd60549e6baa2fe15373ea764d0a6 (patch) | |
tree | ab850d30b15a4c0098ed9578aff2479ad3e0bdb5 /dev-python/python-slugify | |
parent | dev-python/twisted: x86 stable wrt bug #722278 (diff) | |
download | gentoo-0da45888658fd60549e6baa2fe15373ea764d0a6.tar.gz gentoo-0da45888658fd60549e6baa2fe15373ea764d0a6.tar.bz2 gentoo-0da45888658fd60549e6baa2fe15373ea764d0a6.zip |
dev-python/python-slugify: x86 stable wrt bug #722506
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r-- | dev-python/python-slugify/python-slugify-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild b/dev-python/python-slugify/python-slugify-1.2.6.ebuild index 371d2d68baab..569e6c07989d 100644 --- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild +++ b/dev-python/python-slugify/python-slugify-1.2.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/unidecode[${PYTHON_USEDEP}]" |