summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-08-16 08:56:39 -0400
committerBrian Evans <grknight@gentoo.org>2019-08-16 08:57:51 -0400
commit1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0 (patch)
treeb2a4f51c0c28913054b2a135dc96a6358d837768
parentdev-php/PEAR-Config: Fix conditional test RESTRICT (diff)
downloadgentoo-1f67713c.tar.gz
gentoo-1f67713c.tar.bz2
gentoo-1f67713c.zip
dev-php/PEAR-Console_CommandLine: Fix conditional test RESTRICT
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r--dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
index 24dcb8873034..606b86b09a81 100644
--- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
+++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
@@ -13,6 +13,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE="examples test"
+RESTRICT="!test? ( test )"
# Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
RDEPEND="dev-lang/php:*