summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-26 21:00:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-26 21:01:25 +0300
commite173facee5dee39ceb26be30ed0dce61ed876204 (patch)
tree6e18f992fe5b774cf57190e5e0d79d8e86d9de6d
parentdev-python/python-slugify: add 5.0.2 (diff)
downloadgentoo-e173facee5dee39ceb26be30ed0dce61ed876204.tar.gz
gentoo-e173facee5dee39ceb26be30ed0dce61ed876204.tar.bz2
gentoo-e173facee5dee39ceb26be30ed0dce61ed876204.zip
dev-python/python-slugify: add KEYWORDS
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/python-slugify/python-slugify-5.0.2.ebuild3
1 files changed, 1 insertions, 2 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 79448555636a..99a88f6b9118 100644
--- a/dev-python/python-slugify/python-slugify-5.0.2.ebuild
+++ b/dev-python/python-slugify/python-slugify-5.0.2.ebuild
@@ -13,8 +13,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64 ~ppc64 ~x86"
RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]"