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/httpx/
Date: Tue, 18 May 2021 17:28:33
Message-Id: 1621358887.3c6a80ca97eacabf1c8b9b384bbffbbd19d8dd7e.sam@gentoo
1 commit: 3c6a80ca97eacabf1c8b9b384bbffbbd19d8dd7e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 17:28:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 17:28:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6a80ca
7
8 dev-python/httpx: Keyword 0.18.1 sparc, #790152
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/httpx/httpx-0.18.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpx/httpx-0.18.1.ebuild b/dev-python/httpx/httpx-0.18.1.ebuild
16 index 3673ebd40e2..7f70c6b70cc 100644
17 --- a/dev-python/httpx/httpx-0.18.1.ebuild
18 +++ b/dev-python/httpx/httpx-0.18.1.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 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25
26 RDEPEND="
27 dev-python/certifi[${PYTHON_USEDEP}]