summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-03-09 08:07:54 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-03-09 08:07:54 +0000
commitde460841247438f51f9f5eee7fd3624bfbb4a633 (patch)
treead208d8a37a82b2168ce6cfc03a3cfe2969d9362 /dev-lang/php
parentFix backend crashes in some situations caused by thread locking problems, bug... (diff)
downloadgentoo-2-de460841247438f51f9f5eee7fd3624bfbb4a633.tar.gz
gentoo-2-de460841247438f51f9f5eee7fd3624bfbb4a633.tar.bz2
gentoo-2-de460841247438f51f9f5eee7fd3624bfbb4a633.zip
ppc stable, bug #212211
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/php-5.2.6_rc1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index e20f7fc9e0fa..43adc4cbdcef 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.248 2008/03/08 19:34:16 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.249 2008/03/09 08:07:54 dertobi123 Exp $
+
+ 09 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ php-5.2.6_rc1-r1.ebuild:
+ ppc stable, bug #212211
08 Mar 2008; <pva@gentoo.org> php-5.2.6_rc1-r1.ebuild:
amd64 stable, security bug #212211.
diff --git a/dev-lang/php/php-5.2.6_rc1-r1.ebuild b/dev-lang/php/php-5.2.6_rc1-r1.ebuild
index 64d050895f66..87be03946e77 100644
--- a/dev-lang/php/php-5.2.6_rc1-r1.ebuild
+++ b/dev-lang/php/php-5.2.6_rc1-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.6_rc1-r1.ebuild,v 1.6 2008/03/08 19:34:16 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc1-r1.ebuild,v 1.7 2008/03/09 08:07:54 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