diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 00:55:25 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-18 00:55:44 +0200 |
commit | 6122c8c9b76a50d69964cfff654eb6d067f08306 (patch) | |
tree | 88a984ed149875d518a5d20df64c17a108802416 | |
parent | games-board/mt_ncurses_client: fix building with ncurses[tinfo] (diff) | |
download | gentoo-6122c8c9b76a50d69964cfff654eb6d067f08306.tar.gz gentoo-6122c8c9b76a50d69964cfff654eb6d067f08306.tar.bz2 gentoo-6122c8c9b76a50d69964cfff654eb6d067f08306.zip |
app-editors/zile: Add conditional test restriction.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | app-editors/zile/zile-2.3.24-r2.ebuild | 3 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.14.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild index f60cd5b9ec32..ed5b64501fbe 100644 --- a/app-editors/zile/zile-2.3.24-r2.ebuild +++ b/app-editors/zile/zile-2.3.24-r2.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 @@ -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} diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild index 42fcd64fc45d..fee1725ba71b 100644 --- a/app-editors/zile/zile-2.4.14.ebuild +++ b/app-editors/zile/zile-2.4.14.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 @@ -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= |