Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyhamcrest/
Date: Mon, 16 Jul 2018 20:38:28
Message-Id: 1531773498.069945962af1c371b774ebabd576be0464a54929.mgorny@gentoo
1 commit: 069945962af1c371b774ebabd576be0464a54929
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 20:07:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 20:38:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06994596
7
8 dev-python/pyhamcrest: Tested on ~amd64-fbsd
9
10 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
14 index 51bee8b5eab..772b9f693b9 100644
15 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
16 +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
17 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64"
22 +KEYWORDS="~amd64 ~amd64-fbsd"
23 IUSE="doc examples test"
24
25 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"