diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 22:19:13 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 22:19:13 +0000 |
commit | e93eedb95addab48aa02b182ec2eff9bbc5ea5c1 (patch) | |
tree | 7cbc6b29503c221a292086376b6c42cf01b61953 | |
parent | Marked stable (diff) | |
download | gentoo-2-e93eedb95addab48aa02b182ec2eff9bbc5ea5c1.tar.gz gentoo-2-e93eedb95addab48aa02b182ec2eff9bbc5ea5c1.tar.bz2 gentoo-2-e93eedb95addab48aa02b182ec2eff9bbc5ea5c1.zip |
Stable on ia64.
(Portage version: 2.1.1_rc1-r2)
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.1.4-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 813c8d78a781..470e79915f7e 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,9 @@ # 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.124 2006/08/30 11:17:26 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.125 2006/09/02 22:19:13 kloeri Exp $ + + 03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> php-5.1.4-r6.ebuild: + Stable on ia64. *php-5.1.6-r2 (30 Aug 2006) *php-4.4.4-r2 (30 Aug 2006) diff --git a/dev-lang/php/php-5.1.4-r6.ebuild b/dev-lang/php/php-5.1.4-r6.ebuild index aaf6e6b144d2..d63bae67edea 100644 --- a/dev-lang/php/php-5.1.4-r6.ebuild +++ b/dev-lang/php/php-5.1.4-r6.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.4-r6.ebuild,v 1.8 2006/08/15 03:40:38 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.4-r6.ebuild,v 1.9 2006/09/02 22:19:13 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 |