diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 17:18:48 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-01-15 17:18:48 +0000 |
commit | bfc77c0d940ad09218350c732c51e9cc72748b39 (patch) | |
tree | c75b582c281cbd591bab465969cae40caca1b12f /eclass | |
parent | Removed mask of purged ebuilds (diff) | |
download | gentoo-2-bfc77c0d940ad09218350c732c51e9cc72748b39.tar.gz gentoo-2-bfc77c0d940ad09218350c732c51e9cc72748b39.tar.bz2 gentoo-2-bfc77c0d940ad09218350c732c51e9cc72748b39.zip |
Remove php5-2 from defauly USE_PHP
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index ae0cf193e818..34411c36bbf0 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.22 2012/01/13 23:25:40 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.23 2012/01/15 17:18:48 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -53,7 +53,7 @@ esac # @ECLASS-VARIABLE: USE_PHP # @DESCRIPTION: # Lists the PHP slots compatibile the extension is compatibile with -[[ -z "${USE_PHP}" ]] && USE_PHP="php5-3 php5-2" +[[ -z "${USE_PHP}" ]] && USE_PHP="php5-3" # @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE # @DESCRIPTION: |