commit: 1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Fri Aug 16 12:56:39 2019 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Fri Aug 16 12:57:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67713c
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 <AT> gentoo.org> dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 1 + 1 file changed, 1 insertion(+) 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 24dcb887303..606b86b09a8 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:*
