diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:42:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-17 23:42:34 +0300 |
commit | 7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf (patch) | |
tree | 352ca7fe17fbacc4fa082d0cc605fd0be9afd4b2 /dev-python | |
parent | dev-python/twisted: Add ~sh keyword wrt bug #661320 (diff) | |
download | gentoo-7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf.tar.gz gentoo-7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf.tar.bz2 gentoo-7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf.zip |
dev-python/pyhamcrest: Add ~sh 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')
-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 c376b449460c..8364afe1d5e2 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 Authors +# Copyright 1999-2019 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 ~arm ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd" IUSE="doc examples test" RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]" |