summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2019-08-18 09:58:07 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-08-18 09:58:07 +0300
commit18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc (patch)
tree0e2648469978c4ccb578bb9059d2a4bbbefd0c76 /media-video
parentdev-python/python-efl: fix conditional test restrict for 1.21.0 (diff)
downloadgentoo-18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc.tar.gz
gentoo-18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc.tar.bz2
gentoo-18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc.zip
media-video/vcsi: fix conditional test restrict for 7
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vcsi/vcsi-7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/vcsi/vcsi-7.ebuild b/media-video/vcsi/vcsi-7.ebuild
index 01930585d6c2..3ef53f47136d 100644
--- a/media-video/vcsi/vcsi-7.ebuild
+++ b/media-video/vcsi/vcsi-7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,6 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
+
DEPEND="
>=dev-python/jinja-2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]