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 08:44:02
Message-Id: 1642668225.d6622394fc14b065be51bf3cc8bc3c5328e074b6.arthurzam@gentoo
1 commit: d6622394fc14b065be51bf3cc8bc3c5328e074b6
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 08:43:45 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 08:43:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6622394
7
8 dev-python/httpcore: Keyword 0.14.5 sparc, #831449
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/httpcore/httpcore-0.14.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpcore/httpcore-0.14.5.ebuild b/dev-python/httpcore/httpcore-0.14.5.ebuild
16 index d024dc091767..db7a3ceb2da0 100644
17 --- a/dev-python/httpcore/httpcore-0.14.5.ebuild
18 +++ b/dev-python/httpcore/httpcore-0.14.5.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 ~ppc ~ppc64 ~riscv"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
25
26 RDEPEND="
27 =dev-python/anyio-3*[${PYTHON_USEDEP}]