diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-06-29 07:04:43 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-06-29 07:04:43 +0000 |
commit | 5a06b3a4a2a492a8a0e7ef114ab6576b657719a7 (patch) | |
tree | 5f9b95de614607172569d7d6e3bb73a6a1434e90 /eclass | |
parent | Removed older versions (diff) | |
download | gentoo-2-5a06b3a4a2a492a8a0e7ef114ab6576b657719a7.tar.gz gentoo-2-5a06b3a4a2a492a8a0e7ef114ab6576b657719a7.tar.bz2 gentoo-2-5a06b3a4a2a492a8a0e7ef114ab6576b657719a7.zip |
Removed 5.4 and 5.5 from default 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 87814c287d31..67c88d7877d2 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.9 2011/05/22 07:18:44 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.10 2011/06/29 07:04:43 olemarkus Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -60,7 +60,7 @@ esac # @ECLASS-VARIABLE: USE_PHP # @DESCRIPTION: # Lists the PHP slots compatibile the extension is compatibile with -[[ -z "${USE_PHP}" ]] && USE_PHP="php5-5 php5-4 php5-3 php5-2" +[[ -z "${USE_PHP}" ]] && USE_PHP="php5-3 php5-2" # @ECLASS-VARIABLE: PHP_EXT_OPTIONAL_USE # @DESCRIPTION: |