Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/
Date: Sun, 26 Sep 2021 18:01:37
Message-Id: 1632679285.e173facee5dee39ceb26be30ed0dce61ed876204.arthurzam@gentoo
1 commit: e173facee5dee39ceb26be30ed0dce61ed876204
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 18:00:26 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 18:01:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e173face
7
8 dev-python/python-slugify: add KEYWORDS
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-slugify/python-slugify-5.0.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/python-slugify/python-slugify-5.0.2.ebuild b/dev-python/python-slugify/python-slugify-5.0.2.ebuild
16 index 79448555636..99a88f6b911 100644
17 --- a/dev-python/python-slugify/python-slugify-5.0.2.ebuild
18 +++ b/dev-python/python-slugify/python-slugify-5.0.2.ebuild
19 @@ -13,8 +13,7 @@ SRC_URI="https://github.com/un33k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS=""
24 -IUSE=""
25 +KEYWORDS="~amd64 ~ppc64 ~x86"
26
27 RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]"