From: Brian Evans Date: Fri, 16 Aug 2019 12:47:53 +0000 (-0400) Subject: dev-php/PEAR-Cache_Lite: Fix conditional test RESTRICT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=02c64fa4b093db349c279212bb13c625e67e34e1;p=gentoo.git dev-php/PEAR-Cache_Lite: 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-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} )"