summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-08-16 08:53:47 -0400
committerBrian Evans <grknight@gentoo.org>2019-08-16 08:57:51 -0400
commit68bb219125dd960d6a3566dc42c148c01694f4cd (patch)
tree19239e6a7ae375421dbbbe22e7b9f36c688e6e4a /dev-php
parentdev-php/PEAR-Cache_Lite: Fix conditional test RESTRICT (diff)
downloadgentoo-68bb219125dd960d6a3566dc42c148c01694f4cd.tar.gz
gentoo-68bb219125dd960d6a3566dc42c148c01694f4cd.tar.bz2
gentoo-68bb219125dd960d6a3566dc42c148c01694f4cd.zip
dev-php/PEAR-Config: Fix conditional test RESTRICT
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Config/PEAR-Config-2.0.0_pre20140323-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
index fd949ea89cfc..441cc05883f8 100644
--- 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
@@ -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
@@ -10,6 +10,7 @@ LICENSE="PHP-2.02"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="test xml"
+RESTRICT="!test? ( test )"
RDEPEND="xml? ( dev-php/PEAR-XML_Parser dev-php/PEAR-XML_Util )"
DEPEND="test? ( ${RDEPEND} )"
SRC_URI="https://github.com/pear/Config/archive/606a24034ad80f9d6ccb5a8b698b702b392e4674.tar.gz -> ${PEAR_P}.tar.gz"