From 3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Mon, 15 Oct 2018 15:03:13 -0400 Subject: dev-php/xdebug: Drop 7-3 target erroneously added Signed-off-by: Brian Evans Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-php/xdebug/xdebug-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-php/xdebug') diff --git a/dev-php/xdebug/xdebug-2.6.1.ebuild b/dev-php/xdebug/xdebug-2.6.1.ebuild index d25ad627eea4..6450d9968aa9 100644 --- a/dev-php/xdebug/xdebug-2.6.1.ebuild +++ b/dev-php/xdebug/xdebug-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" PHP_EXT_INIFILE="2.6.0-xdebug.ini" -USE_PHP="php7-0 php7-1 php7-2 php7-3" +USE_PHP="php7-0 php7-1 php7-2" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" -- cgit v1.2.3-65-gdbad