Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Console_CommandLine/
Date: Fri, 16 Aug 2019 12:58:02
Message-Id: 1565960271.1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0.grknight@gentoo
1 commit: 1f67713cdd93c9f31ce6e8a1c5588f4e2987d6b0
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 12:56:39 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 12:57:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f67713c
7
8 dev-php/PEAR-Console_CommandLine: Fix conditional test RESTRICT
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
12
13 dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 index 24dcb887303..606b86b09a8 100644
18 --- a/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
19 +++ b/dev-php/PEAR-Console_CommandLine/PEAR-Console_CommandLine-1.2.2.ebuild
20 @@ -13,6 +13,7 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sparc x86"
23 IUSE="examples test"
24 +RESTRICT="!test? ( test )"
25
26 # Only needs PEAR_Exception (not yet packaged) -- not all of PEAR-PEAR.
27 RDEPEND="dev-lang/php:*