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/pyhamcrest/
Date: Thu, 02 Jan 2020 09:58:44
Message-Id: 1577959100.ed09d3fef8aa8103ed5c356d4d19e6472a20692d.slyfox@gentoo
1 commit: ed09d3fef8aa8103ed5c356d4d19e6472a20692d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jan 2 09:49:52 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 09:58:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09d3fe
7
8 dev-python/pyhamcrest: keyworded 1.9.0-r1 for sparc, bug #661320
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
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/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
19 index 4e29ae715de..9d533879f3f 100644
20 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
21 +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
29
30 LICENSE="BSD"
31 SLOT="0"
32 -KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~amd64-linux ~x86-linux"
33 +KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~sparc ~amd64-linux ~x86-linux"
34 IUSE="doc examples test"
35 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
36 RESTRICT="!test? ( test )"