diff options
Diffstat (limited to 'dev-python/hcs-utils')
-rw-r--r-- | dev-python/hcs-utils/hcs-utils-1.5.ebuild | 3 | ||||
-rw-r--r-- | dev-python/hcs-utils/hcs-utils-2.0.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/hcs-utils/hcs-utils-1.5.ebuild b/dev-python/hcs-utils/hcs-utils-1.5.ebuild index 7fe04435067c..9da66beeb923 100644 --- a/dev-python/hcs-utils/hcs-utils-1.5.ebuild +++ b/dev-python/hcs-utils/hcs-utils-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,6 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] diff --git a/dev-python/hcs-utils/hcs-utils-2.0.ebuild b/dev-python/hcs-utils/hcs-utils-2.0.ebuild index fb8377528b99..63d221dafd40 100644 --- a/dev-python/hcs-utils/hcs-utils-2.0.ebuild +++ b/dev-python/hcs-utils/hcs-utils-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,6 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] |