Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Wed, 27 Nov 2019 13:37:20
Message-Id: 1574861832.f9c3df0750d9844067a6fdfec18a5041e5abbf29.zlogene@gentoo
1 commit: f9c3df0750d9844067a6fdfec18a5041e5abbf29
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 13:36:53 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 13:37:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c3df07
7
8 dev-python/pytest-httpbin: Add ~arm keyword wrt bug #700940
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
18 index e13e8f79c0b..316237426a4 100644
19 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
20 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
27
28 RDEPEND="
29 dev-python/httpbin[${PYTHON_USEDEP}]