diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-02-01 10:39:52 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-02-01 10:39:52 +0000 |
commit | 10f81e65e1458fbda19835fcffd1911eb0b1f267 (patch) | |
tree | 720965f7b39582edf04d0cebeb3f6c41e6a03a1a /dev-lang | |
parent | Bump to 2.24.4. Bug fixes. (diff) | |
download | gentoo-2-10f81e65e1458fbda19835fcffd1911eb0b1f267.tar.gz gentoo-2-10f81e65e1458fbda19835fcffd1911eb0b1f267.tar.bz2 gentoo-2-10f81e65e1458fbda19835fcffd1911eb0b1f267.zip |
Stable on alpha, bug #249703
(Portage version: 2.1.6.7/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 1adb4ddf1db3..467249368aa2 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.315 2009/02/01 00:05:34 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.316 2009/02/01 10:39:52 klausman Exp $ + + 01 Feb 2009; Tobias Klausmann <klausman@gentoo.org> php-5.2.8-r2.ebuild: + Stable on alpha, bug #249703 31 Jan 2009; Tiago Cunha <tcunha@gentoo.org> php-5.2.8-r2.ebuild: stable sparc, bug 249703 diff --git a/dev-lang/php/php-5.2.8-r2.ebuild b/dev-lang/php/php-5.2.8-r2.ebuild index ab5ae1829212..3b7750b8b11b 100644 --- a/dev-lang/php/php-5.2.8-r2.ebuild +++ b/dev-lang/php/php-5.2.8-r2.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.8-r2.ebuild,v 1.7 2009/02/01 00:05:34 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.8-r2.ebuild,v 1.8 2009/02/01 10:39:52 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 |