Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gemato/
Date: Sun, 08 Sep 2019 06:43:52
Message-Id: 1567924954.f253cff6278c8a03616104aa5a5ae0c166c06ee1.mgorny@gentoo
1 commit: f253cff6278c8a03616104aa5a5ae0c166c06ee1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 06:42:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 06:42:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f253cff6
7
8 app-portage/gemato: Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/gemato/gemato-14.1.ebuild | 1 +
13 app-portage/gemato/gemato-14.1m.ebuild | 1 +
14 app-portage/gemato/gemato-9999.ebuild | 1 +
15 app-portage/gemato/gemato-9999m.ebuild | 1 +
16 4 files changed, 4 insertions(+)
17
18 diff --git a/app-portage/gemato/gemato-14.1.ebuild b/app-portage/gemato/gemato-14.1.ebuild
19 index 33abd897751..8aca0bc182e 100644
20 --- a/app-portage/gemato/gemato-14.1.ebuild
21 +++ b/app-portage/gemato/gemato-14.1.ebuild
22 @@ -16,6 +16,7 @@ LICENSE="BSD-2"
23 SLOT="0"
24 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux"
25 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
26 +RESTRICT="!test? ( test )"
27
28 MODULE_RDEPEND="
29 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
30
31 diff --git a/app-portage/gemato/gemato-14.1m.ebuild b/app-portage/gemato/gemato-14.1m.ebuild
32 index 851a29675cc..18f0b42a31f 100644
33 --- a/app-portage/gemato/gemato-14.1m.ebuild
34 +++ b/app-portage/gemato/gemato-14.1m.ebuild
35 @@ -19,6 +19,7 @@ LICENSE="BSD-2"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux"
38 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
39 +RESTRICT="!test? ( test )"
40
41 MODULE_RDEPEND="
42 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
43
44 diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild
45 index eadfa2181db..f419059fa64 100644
46 --- a/app-portage/gemato/gemato-9999.ebuild
47 +++ b/app-portage/gemato/gemato-9999.ebuild
48 @@ -17,6 +17,7 @@ LICENSE="BSD-2"
49 SLOT="0"
50 KEYWORDS=""
51 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
52 +RESTRICT="!test? ( test )"
53
54 MODULE_RDEPEND="
55 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )
56
57 diff --git a/app-portage/gemato/gemato-9999m.ebuild b/app-portage/gemato/gemato-9999m.ebuild
58 index d07e16ce862..fe7b3b5ba96 100644
59 --- a/app-portage/gemato/gemato-9999m.ebuild
60 +++ b/app-portage/gemato/gemato-9999m.ebuild
61 @@ -18,6 +18,7 @@ LICENSE="BSD-2"
62 SLOT="0"
63 KEYWORDS=""
64 IUSE="+blake2 bzip2 +gpg lzma sha3 test tools"
65 +RESTRICT="!test? ( test )"
66
67 MODULE_RDEPEND="
68 blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_5} pypy{,3}) )