summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-09-20 20:03:30 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-09-20 20:03:30 +0000
commit01c156f48c361d2db45248397058292ccae26a18 (patch)
tree47b72776becf0fc93fe122b45c1dc9dc1880116d /dev-lang
parentadd dep on ghostscript when building doc, bug #188569 (diff)
downloadgentoo-2-01c156f48c361d2db45248397058292ccae26a18.tar.gz
gentoo-2-01c156f48c361d2db45248397058292ccae26a18.tar.bz2
gentoo-2-01c156f48c361d2db45248397058292ccae26a18.zip
Stable on amd64/x86 wrt bug #191034.
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/php-5.2.4_p20070914-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 55a49372defe..41b3606cf1e2 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.198 2007/09/20 18:09:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.199 2007/09/20 20:03:30 wolf31o2 Exp $
+
+ 20 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ php-5.2.4_p20070914-r2.ebuild:
+ Stable on amd64/x86 wrt bug #191034.
20 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org>
php-5.2.4_p20070914-r2.ebuild:
diff --git a/dev-lang/php/php-5.2.4_p20070914-r2.ebuild b/dev-lang/php/php-5.2.4_p20070914-r2.ebuild
index 47631084b26e..c412723f10ba 100644
--- a/dev-lang/php/php-5.2.4_p20070914-r2.ebuild
+++ b/dev-lang/php/php-5.2.4_p20070914-r2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.4_p20070914-r2.ebuild,v 1.3 2007/09/20 18:09:11 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.4_p20070914-r2.ebuild,v 1.4 2007/09/20 20:03:30 wolf31o2 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