diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-29 16:35:59 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-29 16:35:59 +0000 |
commit | f6e5b7013d6340368a0e0523c350b6be87ad1c7b (patch) | |
tree | 175c5408564b9e9aae339a7b1bd99e38bed82e73 /dev-lang/php | |
parent | cleanup, 0.0.12 stable on x86; version bump, masked by package.mask bug #214740 (diff) | |
download | gentoo-2-f6e5b7013d6340368a0e0523c350b6be87ad1c7b.tar.gz gentoo-2-f6e5b7013d6340368a0e0523c350b6be87ad1c7b.tar.bz2 gentoo-2-f6e5b7013d6340368a0e0523c350b6be87ad1c7b.zip |
Marking php-5.2.6_rc3 ppc64 and ppc for bug 215266
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.6_rc3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index eb95c79f14c8..e525cf9ecbd5 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/php # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.252 2008/03/28 23:09:10 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.253 2008/03/29 16:35:59 ranger Exp $ + + 29 Mar 2008; Brent Baude <ranger@gentoo.org> php-5.2.6_rc3.ebuild: + Marking php-5.2.6_rc3 ppc64 and ppc for bug 215266 *php-5.2.6_rc3 (28 Mar 2008) diff --git a/dev-lang/php/php-5.2.6_rc3.ebuild b/dev-lang/php/php-5.2.6_rc3.ebuild index 0c92b6b35530..72dd94d09550 100644 --- a/dev-lang/php/php-5.2.6_rc3.ebuild +++ b/dev-lang/php/php-5.2.6_rc3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc3.ebuild,v 1.1 2008/03/28 23:09:10 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc3.ebuild,v 1.2 2008/03/29 16:35:59 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 |