diff options
Diffstat (limited to 'dev-python/graphviz')
-rw-r--r-- | dev-python/graphviz/graphviz-0.10.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/graphviz/graphviz-0.13.ebuild | 1 | ||||
-rw-r--r-- | dev-python/graphviz/graphviz-0.7.1.ebuild | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/graphviz/graphviz-0.10.1.ebuild b/dev-python/graphviz/graphviz-0.10.1.ebuild index 7e92809d7b77..d1dd3aef5b2a 100644 --- a/dev-python/graphviz/graphviz-0.10.1.ebuild +++ b/dev-python/graphviz/graphviz-0.10.1.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="media-gfx/graphviz" DEPEND=" diff --git a/dev-python/graphviz/graphviz-0.13.ebuild b/dev-python/graphviz/graphviz-0.13.ebuild index 15f6ec7d3687..4948c11342e7 100644 --- a/dev-python/graphviz/graphviz-0.13.ebuild +++ b/dev-python/graphviz/graphviz-0.13.ebuild @@ -15,6 +15,7 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="media-gfx/graphviz" DEPEND=" diff --git a/dev-python/graphviz/graphviz-0.7.1.ebuild b/dev-python/graphviz/graphviz-0.7.1.ebuild index a2327f77b8aa..bc752435e77c 100644 --- a/dev-python/graphviz/graphviz-0.7.1.ebuild +++ b/dev-python/graphviz/graphviz-0.7.1.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=6 @@ -15,6 +15,7 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="media-gfx/graphviz" DEPEND=" |