diff options
Diffstat (limited to 'dev-php/xdebug/xdebug-2.2.1.ebuild')
-rw-r--r-- | dev-php/xdebug/xdebug-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/xdebug/xdebug-2.2.1.ebuild b/dev-php/xdebug/xdebug-2.2.1.ebuild index 21f33ba65ac1..ac5da29f6cc8 100644 --- a/dev-php/xdebug/xdebug-2.2.1.ebuild +++ b/dev-php/xdebug/xdebug-2.2.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.7 2013/04/14 06:27:26 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.1.ebuild,v 1.8 2013/05/22 07:38:57 olemarkus Exp $ EAPI="4" PHP_EXT_NAME="xdebug" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="yes" -USE_PHP="php5-5 php5-3 php5-4" +USE_PHP="php5-3 php5-4" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" |