diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-01-05 02:24:25 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-01-05 02:24:25 +0000 |
commit | 788ab3d503c7066d64b3417b03d3b2fe3ceb07c3 (patch) | |
tree | 7f9177194ea72dde8c06faaee0d5e91b292a3bbb /dev-lang | |
parent | Marked ppc stable for bug #294007. (diff) | |
download | gentoo-2-788ab3d503c7066d64b3417b03d3b2fe3ceb07c3.tar.gz gentoo-2-788ab3d503c7066d64b3417b03d3b2fe3ceb07c3.tar.bz2 gentoo-2-788ab3d503c7066d64b3417b03d3b2fe3ceb07c3.zip |
Marked ppc stable for bug #293888.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index cb225c7f1714..5a79f8b93767 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.365 2010/01/01 12:27:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.366 2010/01/05 02:24:25 josejx Exp $ + + 05 Jan 2010; Joseph Jezak <josejx@gentoo.org> php-5.2.12.ebuild: + Marked ppc stable for bug #293888. 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> php-5.2.12.ebuild: Stable on alpha, bug #293888 diff --git a/dev-lang/php/php-5.2.12.ebuild b/dev-lang/php/php-5.2.12.ebuild index 396eebe0cd6c..aae5ecd300c4 100644 --- a/dev-lang/php/php-5.2.12.ebuild +++ b/dev-lang/php/php-5.2.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.6 2010/01/01 12:27:13 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.7 2010/01/05 02:24:25 josejx 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 |