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-Cache_Lite/
Date: Fri, 16 Aug 2019 12:58:03
Message-Id: 1565960271.02c64fa4b093db349c279212bb13c625e67e34e1.grknight@gentoo
1 commit: 02c64fa4b093db349c279212bb13c625e67e34e1
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 12:47:53 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=02c64fa4
7
8 dev-php/PEAR-Cache_Lite: 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-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
17 index 460d3047f13..4c7a3877208 100644
18 --- a/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
19 +++ b/dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -10,6 +10,7 @@ DESCRIPTION="Fast and safe little cache system"
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 IUSE="test"
30 +RESTRICT="!test? ( test )"
31
32 RDEPEND=">=dev-php/PEAR-PEAR-1.10.1"
33 DEPEND="test? ( ${RDEPEND} )"