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/httpcore/
Date: Wed, 28 Jul 2021 01:08:50
Message-Id: 1627434476.9e406e6c76288516813eb29848250d8ddc3fcefa.sam@gentoo
1 commit: 9e406e6c76288516813eb29848250d8ddc3fcefa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 28 01:07:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 28 01:07:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e406e6c
7
8 dev-python/httpcore: Keyword 0.13.6 x86, #796254
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/httpcore/httpcore-0.13.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild b/dev-python/httpcore/httpcore-0.13.6.ebuild
16 index 992c37c9842..65b6fd3805f 100644
17 --- a/dev-python/httpcore/httpcore-0.13.6.ebuild
18 +++ b/dev-python/httpcore/httpcore-0.13.6.ebuild
19 @@ -13,7 +13,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"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]