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/publicsuffix/
Date: Sun, 03 Oct 2021 18:48:40
Message-Id: 1633286843.8a2b9d63f052a1364e87a5674dbdea3b062fa027.sam@gentoo
1 commit: 8a2b9d63f052a1364e87a5674dbdea3b062fa027
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 18:47:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 18:47:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2b9d63
7
8 dev-python/publicsuffix: Stabilize 2.20191221-r1 ALLARCHES, #815976
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild b/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild
16 index b42bc58bf1a..31198616efe 100644
17 --- a/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild
18 +++ b/dev-python/publicsuffix/publicsuffix-2.20191221-r1.ebuild
19 @@ -18,7 +18,7 @@ S="${WORKDIR}/python-${PN}2-${MY_PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25
26 RDEPEND=">=dev-python/requests-2.7.0[${PYTHON_USEDEP}]"