From 02c64fa4b093db349c279212bb13c625e67e34e1 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 16 Aug 2019 08:47:53 -0400 Subject: dev-php/PEAR-Cache_Lite: Fix conditional test RESTRICT Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- dev-php/PEAR-Cache_Lite/PEAR-Cache_Lite-1.8.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-php/PEAR-Cache_Lite') 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 index 460d3047f136..4c7a38772082 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -10,6 +10,7 @@ DESCRIPTION="Fast and safe little cache system" LICENSE="LGPL-2.1" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=">=dev-php/PEAR-PEAR-1.10.1" DEPEND="test? ( ${RDEPEND} )" -- cgit v1.2.3-65-gdbad