dev-php/xdebug: Drop 7-3 target erroneously added

Signed-off-by: Brian Evans <grknight@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Brian Evans
2018-10-15 15:03:13 -04:00
parent 04bdff50cb
commit 3ec1e46d46

View File

@@ -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}"