diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-07-11 01:39:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-07-11 01:39:02 +0000 |
commit | ff8e7dcbd9f8476f8324c86db73ab47a4d81af05 (patch) | |
tree | 0f2f93009aa6f7800423d63b368af86e56eae6ed /dev-lang/php | |
parent | Fix Manifest (bug #231471, thanks to Kevin Mitchell). (diff) | |
download | gentoo-2-ff8e7dcbd9f8476f8324c86db73ab47a4d81af05.tar.gz gentoo-2-ff8e7dcbd9f8476f8324c86db73ab47a4d81af05.tar.bz2 gentoo-2-ff8e7dcbd9f8476f8324c86db73ab47a4d81af05.zip |
Stable for HPPA (bug #230575).
(Portage version: 2.2_rc1/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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 994ce3c87497..45db4b29a91f 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.276 2008/07/10 20:20:22 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.277 2008/07/11 01:39:02 jer Exp $ + + 11 Jul 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.6-r2.ebuild: + Stable for HPPA (bug #230575). 10 Jul 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6-r2.ebuild: d'oh, the DEPEND on c-client was supposed to only show up for USE=imap, diff --git a/dev-lang/php/php-5.2.6-r2.ebuild b/dev-lang/php/php-5.2.6-r2.ebuild index 64cb05e965ed..e94eb1058fac 100644 --- a/dev-lang/php/php-5.2.6-r2.ebuild +++ b/dev-lang/php/php-5.2.6-r2.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-r2.ebuild,v 1.7 2008/07/10 20:20:22 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6-r2.ebuild,v 1.8 2008/07/11 01:39:02 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 |