summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-04-16 18:55:16 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-04-16 18:55:16 +0000
commit894434fdcacf37fde4d9cc8d66fae5a6029f4e9b (patch)
tree98a6721c7062b938b1627817d69fbc1beba0ab89 /dev-lang
parentStable on alpha, bug #217075 (diff)
downloadgentoo-2-894434fdcacf37fde4d9cc8d66fae5a6029f4e9b.tar.gz
gentoo-2-894434fdcacf37fde4d9cc8d66fae5a6029f4e9b.tar.bz2
gentoo-2-894434fdcacf37fde4d9cc8d66fae5a6029f4e9b.zip
ppc stable, bug #215266
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/php-5.2.6_rc4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 00b92a36d824..dbb05cb1c916 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# 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.264 2008/04/16 14:53:44 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.265 2008/04/16 18:55:16 dertobi123 Exp $
+
+ 16 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ php-5.2.6_rc4.ebuild:
+ ppc stable, bug #215266
16 Apr 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6_rc4.ebuild:
workaround autoconf-2.62 behavior change which made build fail w/
diff --git a/dev-lang/php/php-5.2.6_rc4.ebuild b/dev-lang/php/php-5.2.6_rc4.ebuild
index 42958b05750a..92fb6f8c02d1 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.6 2008/04/16 14:53:44 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.7 2008/04/16 18:55:16 dertobi123 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