From: Brian Evans Date: Fri, 16 Aug 2019 12:56:39 +0000 (-0400) Subject: dev-php/PEAR-Console_CommandLine: Fix conditional test RESTRICT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0;p=gentoo.git dev-php/PEAR-Console_CommandLine: Fix conditional test RESTRICT Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- 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:*