Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/
Date: Mon, 28 Feb 2022 10:08:41
Message-Id: 1646042870.8177f8ee0c30cfb017ae03c9a9b30a4d37c886fd.jsmolic@gentoo
1 commit: 8177f8ee0c30cfb017ae03c9a9b30a4d37c886fd
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 10:07:50 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 10:07:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8177f8ee
7
8 dev-python/pytest-httpx: Stabilize 0.20.0 ALLARCHES, #834215
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
16 index 6247f938af03..74125eb14438 100644
17 --- a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
18 +++ b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
19 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="
27 =dev-python/httpx-0.22*[${PYTHON_USEDEP}]