diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-31 15:55:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-31 15:55:04 +0000 |
commit | ee1ac77bb810194138f278eb3493d9eabc4f4ee1 (patch) | |
tree | c1640e8e83b4b490802d9be0cfd92f0aa6e7e68c /dev-lang/php | |
parent | resurrect uim-1.4.2.ebuild which is still in use (diff) | |
download | gentoo-2-ee1ac77bb810194138f278eb3493d9eabc4f4ee1.tar.gz gentoo-2-ee1ac77bb810194138f278eb3493d9eabc4f4ee1.tar.bz2 gentoo-2-ee1ac77bb810194138f278eb3493d9eabc4f4ee1.zip |
Stable for HPPA (bug #293888).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'dev-lang/php')
-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 990053e26148..7ad0a62a032a 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.361 2009/12/31 13:56:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.362 2009/12/31 15:55:04 jer Exp $ + + 31 Dec 2009; Jeroen Roovers <jer@gentoo.org> php-5.2.12.ebuild: + Stable for HPPA (bug #293888). 31 Dec 2009; Brent Baude <ranger@gentoo.org> php-5.2.12.ebuild: Marking php-5.2.12 ppc64 for bug 293888 diff --git a/dev-lang/php/php-5.2.12.ebuild b/dev-lang/php/php-5.2.12.ebuild index 65ea3fee089f..af2f7287605e 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-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.12.ebuild,v 1.2 2009/12/31 13:56:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.3 2009/12/31 15:55:04 jer 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 |