diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:31:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-12 08:31:34 +0200 |
commit | be975a07f577c11a5dcc4fe51257fe6700888fe4 (patch) | |
tree | fc758ed39903037b68b5ea6e636af0b90282abb7 /dev-python/python-slugify | |
parent | net-mail/muchsync: amd64 stable wrt bug #722486 (diff) | |
download | gentoo-be975a07f577c11a5dcc4fe51257fe6700888fe4.tar.gz gentoo-be975a07f577c11a5dcc4fe51257fe6700888fe4.tar.bz2 gentoo-be975a07f577c11a5dcc4fe51257fe6700888fe4.zip |
dev-python/python-slugify: amd64 stable wrt bug #722506
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
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 8d4cc5710f71..371d2d68baab 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}]" |