diff options
author | 2008-03-29 18:49:14 +0000 | |
---|---|---|
committer | 2008-03-29 18:49:14 +0000 | |
commit | f90bb56c012852095ecb4a5c3945f976eaa09b47 (patch) | |
tree | a46d0606f48a3d22378e329bd2df63e5235ef3b2 /dev-lang/php | |
parent | stable x86, bug 214782 (diff) | |
download | gentoo-2-f90bb56c012852095ecb4a5c3945f976eaa09b47.tar.gz gentoo-2-f90bb56c012852095ecb4a5c3945f976eaa09b47.tar.bz2 gentoo-2-f90bb56c012852095ecb4a5c3945f976eaa09b47.zip |
alpha/ia64/sparc stable wrt security #215266
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 809bd4cb5e7b..7687beea1c5f 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.255 2008/03/29 18:30:44 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.256 2008/03/29 18:49:14 armin76 Exp $ + + 29 Mar 2008; Raúl Porcel <armin76@gentoo.org> php-5.2.6_rc3.ebuild: + alpha/ia64/sparc stable wrt security #215266 29 Mar 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6_rc3.ebuild: stable on amd64, bug 215266 diff --git a/dev-lang/php/php-5.2.6_rc3.ebuild b/dev-lang/php/php-5.2.6_rc3.ebuild index 0f6fa845829d..951d0a5d1dc3 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.4 2008/03/29 18:30:44 hoffie Exp $ +# $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 $ 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 |