diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-29 20:00:50 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-29 20:00:50 +0000 |
commit | 977b8d03963a18e6eb1e02ba18d04f3dcf4dfcee (patch) | |
tree | 1a45e8addb42b24d8531d460a25213105c02df38 /dev-lang/php/php-5.2.6_rc3.ebuild | |
parent | remove pam from DEPEND, it is unneeded since we pass --enable-console-helper=... (diff) | |
download | historical-977b8d03963a18e6eb1e02ba18d04f3dcf4dfcee.tar.gz historical-977b8d03963a18e6eb1e02ba18d04f3dcf4dfcee.tar.bz2 historical-977b8d03963a18e6eb1e02ba18d04f3dcf4dfcee.zip |
x86 stable, security bug #215266
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-lang/php/php-5.2.6_rc3.ebuild')
-rw-r--r-- | dev-lang/php/php-5.2.6_rc3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.2.6_rc3.ebuild b/dev-lang/php/php-5.2.6_rc3.ebuild index 951d0a5d1dc3..5638c46ff8a6 100644 --- a/dev-lang/php/php-5.2.6_rc3.ebuild +++ b/dev-lang/php/php-5.2.6_rc3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc3.ebuild,v 1.5 2008/03/29 18:49:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc3.ebuild,v 1.6 2008/03/29 20:00:50 maekke Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" IUSE="cli cgi ${CGI_SAPI_USE} ${APACHE2_SAPI_USE} fastbuild" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" # NOTE: Portage doesn't support setting PROVIDE based on the USE flags # that have been enabled, so we have to PROVIDE everything for now |