diff options
author | 2007-07-30 12:13:17 +0000 | |
---|---|---|
committer | 2007-07-30 12:13:17 +0000 | |
commit | 67a21671e26b26da705318e1a0740316597e888b (patch) | |
tree | c5128f13c70942fc0c0902b83c8e75368d8d6a08 /dev-lang | |
parent | Added ~ppc64; bug #186723 (diff) | |
download | gentoo-2-67a21671e26b26da705318e1a0740316597e888b.tar.gz gentoo-2-67a21671e26b26da705318e1a0740316597e888b.tar.bz2 gentoo-2-67a21671e26b26da705318e1a0740316597e888b.zip |
Stable on sparc wrt security #180556
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 6ff490ff2a66..d7a81b45fd5d 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.177 2007/07/30 07:11:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.178 2007/07/30 12:13:17 gustavoz Exp $ + + 30 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> php-5.2.3-r3.ebuild: + Stable on sparc wrt security #180556 30 Jul 2007; Markus Rothe <corsair@gentoo.org> php-5.2.3-r3.ebuild: Stable on ppc64; bug #180556 diff --git a/dev-lang/php/php-5.2.3-r3.ebuild b/dev-lang/php/php-5.2.3-r3.ebuild index e23787fbbc65..19c983f0d257 100644 --- a/dev-lang/php/php-5.2.3-r3.ebuild +++ b/dev-lang/php/php-5.2.3-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.3-r3.ebuild,v 1.6 2007/07/30 07:11:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.3-r3.ebuild,v 1.7 2007/07/30 12:13:17 gustavoz 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 |