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: Fri, 03 Dec 2021 14:20:30
Message-Id: 1638541209.e2aa876a3b58b927803ceb1250b499a4d417fd81.arthurzam@gentoo
1 commit: e2aa876a3b58b927803ceb1250b499a4d417fd81
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 14:19:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 14:20:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aa876a
7
8 dev-python/httpcore: Stabilize 0.13.7 x86, #803719
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/httpcore/httpcore-0.13.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpcore/httpcore-0.13.7.ebuild b/dev-python/httpcore/httpcore-0.13.7.ebuild
16 index 15bafb838637..e91694b80b73 100644
17 --- a/dev-python/httpcore/httpcore-0.13.7.ebuild
18 +++ b/dev-python/httpcore/httpcore-0.13.7.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 sparc ~x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]