diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 08:56:39 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 08:57:51 -0400 |
commit | 1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0 (patch) | |
tree | b2a4f51c0c28913054b2a135dc96a6358d837768 /dev-php | |
parent | dev-php/PEAR-Config: Fix conditional test RESTRICT (diff) | |
download | gentoo-1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0.tar.gz gentoo-1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0.tar.bz2 gentoo-1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0.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>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 1 |
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:* |