diff options
author | 2013-05-22 07:38:57 +0000 | |
---|---|---|
committer | 2013-05-22 07:38:57 +0000 | |
commit | 7fa77a5c5b3e5952f2c00497055e1d778a82dde9 (patch) | |
tree | 908276d477902b764e2dbbe445bfe1b13931f5de /dev-php/xdebug/xdebug-2.2.1.ebuild | |
parent | bump (diff) | |
download | gentoo-2-7fa77a5c5b3e5952f2c00497055e1d778a82dde9.tar.gz gentoo-2-7fa77a5c5b3e5952f2c00497055e1d778a82dde9.tar.bz2 gentoo-2-7fa77a5c5b3e5952f2c00497055e1d778a82dde9.zip |
Version bump. Removing miscommitted 5.5 support for older versions
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
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}" |