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/httpcore/
Date: Thu, 20 Jan 2022 16:42:57
Message-Id: 1642696965.cd8451d852011324d42df29e27b355db3d2a3dce.arthurzam@gentoo
1 commit: cd8451d852011324d42df29e27b355db3d2a3dce
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 16:42:40 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 16:42:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8451d8
7
8 dev-python/httpcore: Stabilize 0.14.3 ALLARCHES, #831584
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/httpcore/httpcore-0.14.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpcore/httpcore-0.14.3.ebuild b/dev-python/httpcore/httpcore-0.14.3.ebuild
16 index cd19edc03043..ddb66b448ee5 100644
17 --- a/dev-python/httpcore/httpcore-0.14.3.ebuild
18 +++ b/dev-python/httpcore/httpcore-0.14.3.ebuild
19 @@ -12,7 +12,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 ~riscv ~sparc x86"
24 +KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]