Skip to content

Commit

Permalink
dev-php/xdebug: Drop 7-3 target erroneously added
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Evans <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
Brian Evans committed Oct 15, 2018
1 parent 04bdff5 commit 3ec1e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-php/xdebug/xdebug-2.6.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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}"
Expand Down

0 comments on commit 3ec1e46

Please sign in to comment.