diff options
author | Brian Evans <grknight@gentoo.org> | 2018-10-15 15:03:13 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-10-15 15:03:50 -0400 |
commit | 3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63 (patch) | |
tree | 32015e65a7681381adb5a52b055b754fc80b9444 /dev-php | |
parent | net-dns/ddclient: keyworded 3.9.0-r1 for ppc64, bug #668330 (diff) | |
download | gentoo-3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63.tar.gz gentoo-3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63.tar.bz2 gentoo-3ec1e46d46bf812e97af9a3b60dcdadbe3b38c63.zip |
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
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/xdebug/xdebug-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |