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: Tue, 28 Feb 2023 19:11:53
Message-Id: 1677611494.e4e67494d458d93e87a2e1ee27f60e5612ac9bac.sam@gentoo
1 commit: e4e67494d458d93e87a2e1ee27f60e5612ac9bac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:11:34 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:11:34 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e67494
7
8 dev-python/python-slugify: Stabilize 8.0.0 ALLARCHES, #898490
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/python-slugify/python-slugify-8.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/python-slugify/python-slugify-8.0.0.ebuild b/dev-python/python-slugify/python-slugify-8.0.0.ebuild
16 index e80db8044cf6..f808e43dda0d 100644
17 --- a/dev-python/python-slugify/python-slugify-8.0.0.ebuild
18 +++ b/dev-python/python-slugify/python-slugify-8.0.0.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
24 +KEYWORDS="amd64 ~ppc64 ~riscv x86"
25
26 RDEPEND="
27 dev-python/text-unidecode[${PYTHON_USEDEP}]