diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-13 23:11:30 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-13 23:11:30 +0000 |
commit | 181a5c8e9cc6dbb5f544101aa7d289f745e65a46 (patch) | |
tree | e281ca9170b87011c7c6078262a3396c0516cbc0 /dev-lang/php | |
parent | Unmasking trophy and clanbomber, having fixed clanlib-0.6 (diff) | |
download | gentoo-2-181a5c8e9cc6dbb5f544101aa7d289f745e65a46.tar.gz gentoo-2-181a5c8e9cc6dbb5f544101aa7d289f745e65a46.tar.bz2 gentoo-2-181a5c8e9cc6dbb5f544101aa7d289f745e65a46.zip |
Stable on ia64, bug 147061.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-4.4.4-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.1.6-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 3ec83001d010..f595a2f077a1 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.134 2006/09/11 16:46:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.135 2006/09/13 23:11:30 kloeri Exp $ + + 14 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.4-r4.ebuild, + php-5.1.6-r4.ebuild: + Stable on ia64, bug 147061. 11 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.4-r4.ebuild, php-5.1.6-r4.ebuild: diff --git a/dev-lang/php/php-4.4.4-r4.ebuild b/dev-lang/php/php-4.4.4-r4.ebuild index 62eebd5e27b1..1752f8c4c882 100644 --- a/dev-lang/php/php-4.4.4-r4.ebuild +++ b/dev-lang/php/php-4.4.4-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.4-r4.ebuild,v 1.6 2006/09/11 16:46:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.4.4-r4.ebuild,v 1.7 2006/09/13 23:11:30 kloeri 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 diff --git a/dev-lang/php/php-5.1.6-r4.ebuild b/dev-lang/php/php-5.1.6-r4.ebuild index de0e1ef07e47..a7e804cbf4b1 100644 --- a/dev-lang/php/php-5.1.6-r4.ebuild +++ b/dev-lang/php/php-5.1.6-r4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.6-r4.ebuild,v 1.6 2006/09/11 16:46:21 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.6-r4.ebuild,v 1.7 2006/09/13 23:11:30 kloeri 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 |