Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slugify/
Date: Sun, 31 Oct 2021 17:55:35
Message-Id: 1635702782.a4aeb74453f4e9477de32f33a5653f286fb44d39.sam@gentoo
1 commit: a4aeb74453f4e9477de32f33a5653f286fb44d39
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 17:53:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 17:53:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4aeb744
7
8 dev-python/python-slugify: Stabilize 5.0.2 ALLARCHES, #821025
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/python-slugify/python-slugify-5.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 99a88f6b911..5b15078fad2 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,7 +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="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 ~ppc64 x86"
25
26 RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]"