diff options
author | 2007-08-12 19:39:39 +0000 | |
---|---|---|
committer | 2007-08-12 19:39:39 +0000 | |
commit | a9eab70e3566d6e1b1a75d11c6f9d5151232ee05 (patch) | |
tree | 8d40508d1cbdebaea78a86110a592ec8e09792f4 | |
parent | Fix pkgconfig dir, per bug #188397 (diff) | |
download | gentoo-2-a9eab70e3566d6e1b1a75d11c6f9d5151232ee05.tar.gz gentoo-2-a9eab70e3566d6e1b1a75d11c6f9d5151232ee05.tar.bz2 gentoo-2-a9eab70e3566d6e1b1a75d11c6f9d5151232ee05.zip |
amd64 stable, bug 180556
(Portage version: 2.1.2.11)
-rw-r--r-- | dev-lang/php/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index fe30286ddb2c..c96c0a8ffc5a 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/php # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.180 2007/08/11 17:40:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.181 2007/08/12 19:39:39 beandog Exp $ + + 12 Aug 2007; Steve Dibb <beandog@gentoo.org> + php-5.2.4_pre200708051230-r2.ebuild: + amd64 stable, bug 180556 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> php-5.2.4_pre200708051230-r2.ebuild: diff --git a/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild b/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild index 4351abd2987b..6b8d8f5a8993 100644 --- a/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild +++ b/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild,v 1.2 2007/08/11 17:40:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.4_pre200708051230-r2.ebuild,v 1.3 2007/08/12 19:39:39 beandog 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 |