Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vcsi/
Date: Sun, 18 Aug 2019 06:58:52
Message-Id: 1566111487.18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc.juippis@gentoo
1 commit: 18dfd57da5bd5e59e307fe4626af12f4f0a9e0fc
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 06:58:07 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 06:58:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18dfd57d
7
8 media-video/vcsi: fix conditional test restrict for 7
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 media-video/vcsi/vcsi-7.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-video/vcsi/vcsi-7.ebuild b/media-video/vcsi/vcsi-7.ebuild
17 index 01930585d6c..3ef53f47136 100644
18 --- a/media-video/vcsi/vcsi-7.ebuild
19 +++ b/media-video/vcsi/vcsi-7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -16,6 +16,8 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86"
28 IUSE="test"
29
30 +RESTRICT="!test? ( test )"
31 +
32 DEPEND="
33 >=dev-python/jinja-2[${PYTHON_USEDEP}]
34 dev-python/numpy[${PYTHON_USEDEP}]