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: Mon, 12 Jul 2021 00:58:32
Message-Id: 1626051484.b155f3f57e18dcaa869a2483d43640293379c688.sam@gentoo
1 commit: b155f3f57e18dcaa869a2483d43640293379c688
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 00:58:04 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 00:58:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b155f3f5
7
8 dev-python/httpcore: Keyword 0.13.6 arm64, #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 829529c8ecd..4e784aaa59d 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 ~ppc ~ppc64"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]