diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-03 16:09:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-12-03 17:12:38 +0300 |
commit | 78ee1d44a6fc504348846976a604078726d96bfd (patch) | |
tree | 7cce8b62e9f5a54eac7e929a57f7e1de28d9ce75 /dev-python/pyhamcrest | |
parent | dev-lang/swi-prolog: bump development version (diff) | |
download | gentoo-78ee1d44a6fc504348846976a604078726d96bfd.tar.gz gentoo-78ee1d44a6fc504348846976a604078726d96bfd.tar.bz2 gentoo-78ee1d44a6fc504348846976a604078726d96bfd.zip |
dev-python/pyhamcrest: Add ~arm keyword wrt bug #661320
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 772b9f693b9e..c376b449460c 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~amd64-fbsd" IUSE="doc examples test" RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]" |