diff options
author | Brent Baude <ranger@gentoo.org> | 2007-12-12 01:13:57 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2007-12-12 01:13:57 +0000 |
commit | 6d35aa24645e1c75eeb5b18e48ae77638a2f2adc (patch) | |
tree | f595e5870dce7d81135174e0607e7eabe474b513 /dev-lang | |
parent | Remove old (diff) | |
download | gentoo-2-6d35aa24645e1c75eeb5b18e48ae77638a2f2adc.tar.gz gentoo-2-6d35aa24645e1c75eeb5b18e48ae77638a2f2adc.tar.bz2 gentoo-2-6d35aa24645e1c75eeb5b18e48ae77638a2f2adc.zip |
Marked php-5.2.5-r1 ppc & ppc64 stable for bug 201885
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index fc408cbb0ac6..8f0e3dadef10 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # 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.216 2007/12/11 18:22:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.217 2007/12/12 01:13:57 ranger Exp $ + + 12 Dec 2007; Brent Baude <ranger@gentoo.org> php-5.2.5-r1.ebuild: + Marked php-5.2.5-r1 ppc & ppc64 stable for bug 201885 11 Dec 2007; Jeroen Roovers <jer@gentoo.org> php-5.2.5-r1.ebuild: Stable for HPPA (bug #201885). diff --git a/dev-lang/php/php-5.2.5-r1.ebuild b/dev-lang/php/php-5.2.5-r1.ebuild index 4e205f91f07b..f622cea42e9b 100644 --- a/dev-lang/php/php-5.2.5-r1.ebuild +++ b/dev-lang/php/php-5.2.5-r1.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.5-r1.ebuild,v 1.5 2007/12/11 18:22:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.5-r1.ebuild,v 1.6 2007/12/12 01:13:57 ranger 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 |