Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Config/
Date: Fri, 16 Aug 2019 12:58:02
Message-Id: 1565960271.68bb219125dd960d6a3566dc42c148c01694f4cd.grknight@gentoo
1 commit: 68bb219125dd960d6a3566dc42c148c01694f4cd
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 12:53:47 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 12:57:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68bb2191
7
8 dev-php/PEAR-Config: Fix conditional test RESTRICT
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
17 index fd949ea89cf..441cc05883f 100644
18 --- a/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
19 +++ b/dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,6 +10,7 @@ LICENSE="PHP-2.02"
27 SLOT="0"
28 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
29 IUSE="test xml"
30 +RESTRICT="!test? ( test )"
31 RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
32 DEPEND="test? ( ${RDEPEND} )"
33 SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"