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 | 0c6ea3e834dc2bcf6a383087d3bf80ede728fc2c (patch) | |
tree | ac2badc62bd1ea725b0cb4c9130d2ed3cfa290cf /eclass | |
parent | Removed mask of purged ebuilds (diff) | |
download | historical-0c6ea3e834dc2bcf6a383087d3bf80ede728fc2c.tar.gz historical-0c6ea3e834dc2bcf6a383087d3bf80ede728fc2c.tar.bz2 historical-0c6ea3e834dc2bcf6a383087d3bf80ede728fc2c.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: |