diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-14 17:14:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-14 17:14:44 +0000 |
commit | 64c54000f3a794eada96bbe6fd9b65d1717b78c6 (patch) | |
tree | 0c199f3d1841ad48324c1235db030d6d7e45f5dc /dev-lang/php | |
parent | Remove old version. (diff) | |
download | gentoo-2-64c54000f3a794eada96bbe6fd9b65d1717b78c6.tar.gz gentoo-2-64c54000f3a794eada96bbe6fd9b65d1717b78c6.tar.bz2 gentoo-2-64c54000f3a794eada96bbe6fd9b65d1717b78c6.zip |
Mark 5.1.6-r6 stable on ia64. #150261
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/php/php-5.1.6-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 8f4a4228af86..3653164a2efb 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.142 2006/10/11 23:17:38 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.143 2006/10/14 17:14:43 agriffis Exp $ + + 14 Oct 2006; Aron Griffis <agriffis@gentoo.org> php-5.1.6-r6.ebuild: + Mark 5.1.6-r6 stable on ia64. #150261 11 Oct 2006; Fernando J. Pereda <ferdy@gentoo.org> php-4.4.4-r6.ebuild, php-5.1.6-r6.ebuild: diff --git a/dev-lang/php/php-5.1.6-r6.ebuild b/dev-lang/php/php-5.1.6-r6.ebuild index e59a2085dee4..99acb467b3ba 100644 --- a/dev-lang/php/php-5.1.6-r6.ebuild +++ b/dev-lang/php/php-5.1.6-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.6-r6.ebuild,v 1.5 2006/10/11 23:17:38 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.1.6-r6.ebuild,v 1.6 2006/10/14 17:14:44 agriffis 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 |