diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-06-26 19:36:34 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-06-26 19:36:34 +0000 |
commit | 9e177b1d72a80c1aca72672998153d9cf39744e4 (patch) | |
tree | cb0728f3deb207c54e84c0c1ebf1de180514afe6 /dev-lang | |
parent | Stable on alpha, bug #263711 (diff) | |
download | gentoo-2-9e177b1d72a80c1aca72672998153d9cf39744e4.tar.gz gentoo-2-9e177b1d72a80c1aca72672998153d9cf39744e4.tar.bz2 gentoo-2-9e177b1d72a80c1aca72672998153d9cf39744e4.zip |
Stable on alpha, bug #274670
(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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 4db56fe5c9f3..77d0d84bcc6e 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.338 2009/06/26 19:04:50 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.339 2009/06/26 19:36:34 klausman Exp $ + + 26 Jun 2009; Tobias Klausmann <klausman@gentoo.org> php-5.2.10.ebuild: + Stable on alpha, bug #274670 26 Jun 2009; Tobias Heinlein <keytoaster@gentoo.org> php-5.2.10.ebuild: amd64 stable, security bug #274670 diff --git a/dev-lang/php/php-5.2.10.ebuild b/dev-lang/php/php-5.2.10.ebuild index d2cff528c84c..397490fb5345 100644 --- a/dev-lang/php/php-5.2.10.ebuild +++ b/dev-lang/php/php-5.2.10.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.10.ebuild,v 1.4 2009/06/26 19:04:50 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.5 2009/06/26 19:36:34 klausman 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 |