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/httpx/
Date: Sun, 25 Jul 2021 01:04:58
Message-Id: 1627175050.7a091122ee29e8aa648d3a42d5347543cf3dc033.sam@gentoo
1 commit: 7a091122ee29e8aa648d3a42d5347543cf3dc033
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 01:04:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 01:04:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a091122
7
8 dev-python/httpx: Stabilize 0.18.2 x86, #803722
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/httpx/httpx-0.18.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpx/httpx-0.18.2.ebuild b/dev-python/httpx/httpx-0.18.2.ebuild
16 index 4504b1b31c9..ea34f025c91 100644
17 --- a/dev-python/httpx/httpx-0.18.2.ebuild
18 +++ b/dev-python/httpx/httpx-0.18.2.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
25
26 RDEPEND="
27 dev-python/certifi[${PYTHON_USEDEP}]