diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 17:53:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 17:53:02 +0000 |
commit | a4aeb74453f4e9477de32f33a5653f286fb44d39 (patch) | |
tree | 73585e183074a13d220f89d35fb36d1a92f80317 /dev-python/python-slugify | |
parent | dev-python/pymdown-extensions: Stabilize 9.0 ALLARCHES, #821019 (diff) | |
download | gentoo-a4aeb74453f4e9477de32f33a5653f286fb44d39.tar.gz gentoo-a4aeb74453f4e9477de32f33a5653f286fb44d39.tar.bz2 gentoo-a4aeb74453f4e9477de32f33a5653f286fb44d39.zip |
dev-python/python-slugify: Stabilize 5.0.2 ALLARCHES, #821025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r-- | dev-python/python-slugify/python-slugify-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-slugify/python-slugify-5.0.2.ebuild b/dev-python/python-slugify/python-slugify-5.0.2.ebuild index 99a88f6b9118..5b15078fad2f 100644 --- a/dev-python/python-slugify/python-slugify-5.0.2.ebuild +++ b/dev-python/python-slugify/python-slugify-5.0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]" |