Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/
Date: Tue, 25 Jun 2019 12:09:13
Message-Id: 1561464521.d155fe168810ed8796f0ee4c4aa3ca59e32792c2.haubi@gentoo
1 commit: d155fe168810ed8796f0ee4c4aa3ca59e32792c2
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 25 11:53:32 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 25 12:08:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d155fe16
7
8 dev-python/pyhamcrest: add ~x86-linux keyword
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.11
11 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
12
13 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
17 index 6824c380767..21d36581c51 100644
18 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
19 +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux"
25 +KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux ~x86-linux"
26 IUSE="doc examples test"
27
28 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"