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/url-normalize/
Date: Sun, 13 Jun 2021 03:45:30
Message-Id: 1623555763.178541805a67c61aeef9746e411362fb219ce794.sam@gentoo
1 commit: 178541805a67c61aeef9746e411362fb219ce794
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 03:42:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 03:42:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17854180
7
8 dev-python/url-normalize: Stabilize 1.4.3 x86, #790953
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/url-normalize/url-normalize-1.4.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/url-normalize/url-normalize-1.4.3.ebuild b/dev-python/url-normalize/url-normalize-1.4.3.ebuild
16 index e85c5c5e95f..5c25c5942d5 100644
17 --- a/dev-python/url-normalize/url-normalize-1.4.3.ebuild
18 +++ b/dev-python/url-normalize/url-normalize-1.4.3.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"