diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-14 20:29:47 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-14 20:29:47 +0000 |
commit | 14783ab1a5f512ac1cc98f97fdc19eeae157a26f (patch) | |
tree | 3e3468aef1741f03809561a6985287a35ab8c273 /dev-lang/php | |
parent | version bump wrt bug #293190 and bug #293194 (diff) | |
download | gentoo-2-14783ab1a5f512ac1cc98f97fdc19eeae157a26f.tar.gz gentoo-2-14783ab1a5f512ac1cc98f97fdc19eeae157a26f.tar.bz2 gentoo-2-14783ab1a5f512ac1cc98f97fdc19eeae157a26f.zip |
arm stable, bug #292132
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 44d57a02d10b..388736e365a6 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.353 2009/11/14 16:08:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.354 2009/11/14 20:29:47 maekke Exp $ + + 14 Nov 2009; Markus Meier <maekke@gentoo.org> php-5.2.11-r1.ebuild: + arm stable, bug #292132 14 Nov 2009; Markus Meier <maekke@gentoo.org> php-5.2.11-r1.ebuild: amd64/x86 stable, bug #292132 diff --git a/dev-lang/php/php-5.2.11-r1.ebuild b/dev-lang/php/php-5.2.11-r1.ebuild index 6e3b9e989b7b..8190d96a730c 100644 --- a/dev-lang/php/php-5.2.11-r1.ebuild +++ b/dev-lang/php/php-5.2.11-r1.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-r1.ebuild,v 1.2 2009/11/14 16:08:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v 1.3 2009/11/14 20:29:47 maekke 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 |