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: Sat, 31 Jul 2021 06:23:55
Message-Id: 1627712558.26b73c981232f369c4c2dcb8b136f8772f1cdfef.sam@gentoo
1 commit: 26b73c981232f369c4c2dcb8b136f8772f1cdfef
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 06:22:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 06:22:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b73c98
7
8 dev-python/httpx: Stabilize 0.18.2 arm, #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 32a16e124e3..dc1258768a9 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}]