Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/
Date: Sat, 04 Dec 2021 08:54:30
Message-Id: 1638608056.c8c6b338ca142a5b041a6dce3c13013baf46d7d9.arthurzam@gentoo
1 commit: c8c6b338ca142a5b041a6dce3c13013baf46d7d9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 4 08:52:27 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 08:54:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c6b338
7
8 dev-python/httpx: Stabilize 0.19.0 hppa, #803806
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/httpx/httpx-0.19.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpx/httpx-0.19.0.ebuild b/dev-python/httpx/httpx-0.19.0.ebuild
16 index 4da735394292..e739250c670f 100644
17 --- a/dev-python/httpx/httpx-0.19.0.ebuild
18 +++ b/dev-python/httpx/httpx-0.19.0.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 ~hppa ppc ppc64 sparc x86"
24 +KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86"
25
26 RDEPEND="
27 dev-python/certifi[${PYTHON_USEDEP}]