Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/itk/
Date: Fri, 15 Nov 2019 07:34:54
Message-Id: 1573803278.663b0dde67e637f957b76e3e53c3776e6b7f0d23.tupone@gentoo
1 commit: 663b0dde67e637f957b76e3e53c3776e6b7f0d23
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 07:33:54 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 07:34:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663b0dde
7
8 dev-tcltk/itk: MissingTestRestrict
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-tcltk/itk/itk-3.4.1.ebuild | 3 ++-
14 dev-tcltk/itk/itk-4.1.0.ebuild | 1 +
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-tcltk/itk/itk-3.4.1.ebuild b/dev-tcltk/itk/itk-3.4.1.ebuild
18 index c3275997968..a41cf3f9a8a 100644
19 --- a/dev-tcltk/itk/itk-3.4.1.ebuild
20 +++ b/dev-tcltk/itk/itk-3.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,6 +16,7 @@ IUSE=""
28 SLOT="0"
29 LICENSE="BSD"
30 KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux"
31 +RESTRICT="!test? ( test )"
32
33 DEPEND="
34 <dev-lang/tk-8.6:=
35
36 diff --git a/dev-tcltk/itk/itk-4.1.0.ebuild b/dev-tcltk/itk/itk-4.1.0.ebuild
37 index 0a2f3858564..1ef04b1795c 100644
38 --- a/dev-tcltk/itk/itk-4.1.0.ebuild
39 +++ b/dev-tcltk/itk/itk-4.1.0.ebuild
40 @@ -16,6 +16,7 @@ IUSE=""
41 SLOT="0"
42 LICENSE="BSD"
43 KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux"
44 +RESTRICT="!test? ( test )"
45
46 DEPEND="
47 >=dev-lang/tk-8.6:=