diff options
author | 2006-08-14 17:57:01 +0000 | |
---|---|---|
committer | 2006-08-14 17:57:01 +0000 | |
commit | 03c0a2ebe67887b0ae7e5e718591ba215069cb13 (patch) | |
tree | 14b628fc9d6f2a791c9be9f78953c502b68d478a /dev-lang/php/php-4.4.3-r1.ebuild | |
parent | Cleanup and fix WANT_AUTOCONF use as per bug #143429. (diff) | |
download | gentoo-2-03c0a2ebe67887b0ae7e5e718591ba215069cb13.tar.gz gentoo-2-03c0a2ebe67887b0ae7e5e718591ba215069cb13.tar.bz2 gentoo-2-03c0a2ebe67887b0ae7e5e718591ba215069cb13.zip |
Stable on alpha wrt security bug #143126
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-lang/php/php-4.4.3-r1.ebuild')
-rw-r--r-- | dev-lang/php/php-4.4.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-4.4.3-r1.ebuild b/dev-lang/php/php-4.4.3-r1.ebuild index 2e7c3d51611c..2655be6a5735 100644 --- a/dev-lang/php/php-4.4.3-r1.ebuild +++ b/dev-lang/php/php-4.4.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.3-r1.ebuild,v 1.10 2006/08/13 00:03:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.3-r1.ebuild,v 1.11 2006/08/14 17:57:01 yoswink 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 |