diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-04-15 15:35:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-04-15 15:35:17 +0000 |
commit | 1ece831abd217450fe13b931eb340d2eeb8bb1f2 (patch) | |
tree | 7fa297a30eb949f24bc889ee75e1347ee2a5c939 /dev-lang/php | |
parent | alpha/ia64/sparc stable wrt #217408 (diff) | |
download | gentoo-2-1ece831abd217450fe13b931eb340d2eeb8bb1f2.tar.gz gentoo-2-1ece831abd217450fe13b931eb340d2eeb8bb1f2.tar.bz2 gentoo-2-1ece831abd217450fe13b931eb340d2eeb8bb1f2.zip |
Stable for HPPA (bug #215266).
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6_rc4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index a3d901b5bf00..57c90d2adbed 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.262 2008/04/15 14:37:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.263 2008/04/15 15:35:17 jer Exp $ + + 15 Apr 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.6_rc4.ebuild: + Stable for HPPA (bug #215266). 15 Apr 2008; Raúl Porcel <armin76@gentoo.org> php-5.2.6_rc4.ebuild: alpha/ia64/sparc stable wrt security #215266 diff --git a/dev-lang/php/php-5.2.6_rc4.ebuild b/dev-lang/php/php-5.2.6_rc4.ebuild index f5caeb2bd7d4..be017aa7fc96 100644 --- a/dev-lang/php/php-5.2.6_rc4.ebuild +++ b/dev-lang/php/php-5.2.6_rc4.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_rc4.ebuild,v 1.4 2008/04/15 14:37:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.5 2008/04/15 15:35:17 jer 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 |