Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
Date: Sat, 17 Aug 2019 22:55:59
Message-Id: 1566082544.6122c8c9b76a50d69964cfff654eb6d067f08306.ulm@gentoo
1 commit: 6122c8c9b76a50d69964cfff654eb6d067f08306
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 22:55:25 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 22:55:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6122c8c9
7
8 app-editors/zile: Add conditional test restriction.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/zile/zile-2.3.24-r2.ebuild | 3 ++-
14 app-editors/zile/zile-2.4.14.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
18 index f60cd5b9ec3..ed5b64501fb 100644
19 --- a/app-editors/zile/zile-2.3.24-r2.ebuild
20 +++ b/app-editors/zile/zile-2.3.24-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,6 +13,7 @@ LICENSE="GPL-3+"
28 SLOT="0"
29 KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
30 IUSE="test valgrind"
31 +RESTRICT="!test? ( test )"
32
33 RDEPEND="sys-libs/ncurses:0="
34 DEPEND="${RDEPEND}
35
36 diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
37 index 42fcd64fc45..fee1725ba71 100644
38 --- a/app-editors/zile/zile-2.4.14.ebuild
39 +++ b/app-editors/zile/zile-2.4.14.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -13,6 +13,7 @@ LICENSE="GPL-3+"
47 SLOT="0"
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
49 IUSE="acl test"
50 +RESTRICT="!test? ( test )"
51
52 RDEPEND=">=dev-libs/boehm-gc-7.2:=
53 sys-libs/ncurses:0=