diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-08-07 22:30:23 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-08-07 22:30:23 +0000 |
commit | caa93e6ba4b1bcfa06343ea4593194e116f18cc4 (patch) | |
tree | 1bb439f667930ff1d3dafe1aecaf3ec425564db5 /dev-lang/php | |
parent | remove old (diff) | |
download | gentoo-2-caa93e6ba4b1bcfa06343ea4593194e116f18cc4.tar.gz gentoo-2-caa93e6ba4b1bcfa06343ea4593194e116f18cc4.tar.bz2 gentoo-2-caa93e6ba4b1bcfa06343ea4593194e116f18cc4.zip |
Stable for HPPA (bug #234102).
(Portage version: 2.2_rc6/cvs/Linux 2.6.24-gentoo-r2-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.6-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index cd37cac6c692..1d44a58c0782 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.287 2008/08/07 21:49:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.288 2008/08/07 22:30:23 jer Exp $ + + 07 Aug 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.6-r6.ebuild: + Stable for HPPA (bug #234102). 07 Aug 2008; Markus Meier <maekke@gentoo.org> php-5.2.6-r6.ebuild: x86 stable, bug #234102 diff --git a/dev-lang/php/php-5.2.6-r6.ebuild b/dev-lang/php/php-5.2.6-r6.ebuild index 1acdea94fb25..df950fa73ae5 100644 --- a/dev-lang/php/php-5.2.6-r6.ebuild +++ b/dev-lang/php/php-5.2.6-r6.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-r6.ebuild,v 1.5 2008/08/07 21:49:13 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r6.ebuild,v 1.6 2008/08/07 22:30:23 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 |