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-httpbin/
Date: Thu, 31 Mar 2022 12:34:10
Message-Id: 1648730029.5eee27abb94941e27332aeabce2fccba87f50e19.jsmolic@gentoo
1 commit: 5eee27abb94941e27332aeabce2fccba87f50e19
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 12:33:49 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 12:33:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eee27ab
7
8 dev-python/pytest-httpbin: Stabilize 1.0.2 ALLARCHES, #836515
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
16 index 9be90f10c07d..a77dced7b2a8 100644
17 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
18 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
25
26 RDEPEND="
27 dev-python/httpbin[${PYTHON_USEDEP}]