Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Wed, 19 Feb 2020 19:33:19
Message-Id: 1582140784.415e988cdb1517984ceb08ef82bc0b499f5a3aa5.slyfox@gentoo
1 commit: 415e988cdb1517984ceb08ef82bc0b499f5a3aa5
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Feb 19 19:18:15 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 19:33:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e988c
7
8 dev-python/pytest-httpbin: keyworded 1.0.0 for sparc, bug #700940
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
19 index 6caf54c2990..72739b5001b 100644
20 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
21 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild
22 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"
28
29 RDEPEND="
30 dev-python/httpbin[${PYTHON_USEDEP}]