diff options
Diffstat (limited to 'dev-python/hglib')
-rw-r--r-- | dev-python/hglib/hglib-1.5.ebuild | 3 | ||||
-rw-r--r-- | dev-python/hglib/hglib-2.1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/hglib/hglib-1.5.ebuild b/dev-python/hglib/hglib-1.5.ebuild index 8e38d45dd8cd..cdc81cf4c88c 100644 --- a/dev-python/hglib/hglib-1.5.ebuild +++ b/dev-python/hglib/hglib-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 @@ -18,6 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-vcs/mercurial-2.4.2" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/hglib/hglib-2.1.ebuild b/dev-python/hglib/hglib-2.1.ebuild index da7afad6a9fe..dee6a7d387a7 100644 --- a/dev-python/hglib/hglib-2.1.ebuild +++ b/dev-python/hglib/hglib-2.1.ebuild @@ -18,6 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-vcs/mercurial-2.4.2" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |