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 | 2257e7bf2ecd4a7bf24080f6f3e0eb29ae331ca5 (patch) | |
tree | 19b82b3b035789f5ad80068aee7417b2ff6dd6f3 /eclass/php-ext-source-r2.eclass | |
parent | Removed older versions (diff) | |
download | historical-2257e7bf2ecd4a7bf24080f6f3e0eb29ae331ca5.tar.gz historical-2257e7bf2ecd4a7bf24080f6f3e0eb29ae331ca5.tar.bz2 historical-2257e7bf2ecd4a7bf24080f6f3e0eb29ae331ca5.zip |
Removed 5.4 and 5.5 from default USE_PHP
Diffstat (limited to 'eclass/php-ext-source-r2.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: |