diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-12-22 05:14:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-12-22 05:14:30 +0000 |
commit | c23bc60e527cc7e2ea6696960c0ff548d4c9dbe7 (patch) | |
tree | 59e3fb06310c53ac3cd2e28fd45896ef8c9b72d9 /dev-lang/php | |
parent | Version bump (thanks to Jeff Gilchrist for notifying). (diff) | |
download | gentoo-2-c23bc60e527cc7e2ea6696960c0ff548d4c9dbe7.tar.gz gentoo-2-c23bc60e527cc7e2ea6696960c0ff548d4c9dbe7.tar.bz2 gentoo-2-c23bc60e527cc7e2ea6696960c0ff548d4c9dbe7.zip |
Stable for HPPA (bug #249875).
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 475ae32488fe..5d606fb0f603 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.305 2008/12/21 22:15:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.306 2008/12/22 05:14:30 jer Exp $ + + 22 Dec 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.8-r1.ebuild: + Stable for HPPA (bug #249875). 21 Dec 2008; Tobias Scherbaum <dertobi123@gentoo.org> php-5.2.8-r1.ebuild: ppc stable, bug #249875 diff --git a/dev-lang/php/php-5.2.8-r1.ebuild b/dev-lang/php/php-5.2.8-r1.ebuild index 219fc63da1d4..777de98db07a 100644 --- a/dev-lang/php/php-5.2.8-r1.ebuild +++ b/dev-lang/php/php-5.2.8-r1.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.8-r1.ebuild,v 1.5 2008/12/21 22:15:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.8-r1.ebuild,v 1.6 2008/12/22 05:14:30 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 |