app-editors/zile: Add conditional test restriction.
authorUlrich Müller <ulm@gentoo.org>
Sat, 17 Aug 2019 22:55:25 +0000 (00:55 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sat, 17 Aug 2019 22:55:44 +0000 (00:55 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-editors/zile/zile-2.3.24-r2.ebuild
app-editors/zile/zile-2.4.14.ebuild

index f60cd5b9ec32092df7235a4cc40a24c8bdedc0c1..ed5b64501fbe509bbff39da6e0d5c9b636b5bc83 100644 (file)
@@ -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
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="test valgrind"
+RESTRICT="!test? ( test )"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
index 42fcd64fc45d815d525db369038a18d94adcf611..fee1725ba71bb555de0d8b1668255b3720625c4c 100644 (file)
@@ -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
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="acl test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-libs/boehm-gc-7.2:=
        sys-libs/ncurses:0=