From: Mikle Kolyada Date: Thu, 17 Jan 2019 20:42:34 +0000 (+0300) Subject: dev-python/pyhamcrest: Add ~sh keyword wrt bug #661320 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf;p=gentoo.git dev-python/pyhamcrest: Add ~sh keyword wrt bug #661320 Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- 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}]"