diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-19 09:12:38 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-10-19 09:12:38 +0000 |
commit | 5fbb4a5e82cfaaa0f89dd2e1a7723db422ccd89f (patch) | |
tree | bbd4239c2f7feca219484523022155101d49b4ed /dev-lang | |
parent | Add PSF licenses to OSI-APPROVED and GPL-COMPATIBLE per http://www.gnu.org/ph... (diff) | |
download | gentoo-2-5fbb4a5e82cfaaa0f89dd2e1a7723db422ccd89f.tar.gz gentoo-2-5fbb4a5e82cfaaa0f89dd2e1a7723db422ccd89f.tar.bz2 gentoo-2-5fbb4a5e82cfaaa0f89dd2e1a7723db422ccd89f.zip |
Stabilizing for ppc.
Bug 285434.
Also fixing bug 278064.
(Portage version: 14478-svn/cvs/Linux ppc)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index a40bbe5a5b6d..3a8a11a8e32e 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.350 2009/10/18 14:33:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.351 2009/10/19 09:12:38 volkmar Exp $ + + 19 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> php-5.2.11.ebuild: + Stabilizing for ppc, bug 285434 (also fixing bug 278064) 18 Oct 2009; Brent Baude <ranger@gentoo.org> php-5.2.11.ebuild: Marking php-5.2.11 ppc64 for bug 285434 diff --git a/dev-lang/php/php-5.2.11.ebuild b/dev-lang/php/php-5.2.11.ebuild index 906f8c350ba1..1ab0faa03966 100644 --- a/dev-lang/php/php-5.2.11.ebuild +++ b/dev-lang/php/php-5.2.11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.7 2009/10/18 14:33:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.8 2009/10/19 09:12:38 volkmar 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 |