diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-11-06 13:43:11 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-11-06 13:43:11 +0000 |
commit | 551fe8718b14b902430a837580d6a7fb3bbabeab (patch) | |
tree | 291d9d60f95967c723d0d67b9eb66ade3d113aa8 /dev-php/php-cgi | |
parent | Fixed an old entry in the ChangeLog. (diff) | |
download | gentoo-2-551fe8718b14b902430a837580d6a7fb3bbabeab.tar.gz gentoo-2-551fe8718b14b902430a837580d6a7fb3bbabeab.tar.bz2 gentoo-2-551fe8718b14b902430a837580d6a7fb3bbabeab.zip |
stable on amd64 wrt bug 111032
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-php/php-cgi')
-rw-r--r-- | dev-php/php-cgi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/php-cgi/ChangeLog b/dev-php/php-cgi/ChangeLog index 92b211ef1062..6caa71b2cf20 100644 --- a/dev-php/php-cgi/ChangeLog +++ b/dev-php/php-cgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/php-cgi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.113 2005/11/04 20:55:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/ChangeLog,v 1.114 2005/11/06 13:42:36 blubb Exp $ + + 06 Nov 2005; Simon Stelling <blubb@gentoo.org> php-cgi-4.3.11-r5.ebuild, + php-cgi-4.4.0-r5.ebuild: + stable on amd64 wrt bug 111032 04 Nov 2005; Mark Loeser <halcy0n@gentoo.org> php-cgi-4.3.11-r5.ebuild, php-cgi-4.4.0-r5.ebuild: diff --git a/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild b/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild index 4909a8ecd2fa..77df2f549320 100644 --- a/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild +++ b/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild,v 1.5 2005/11/04 20:55:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.3.11-r5.ebuild,v 1.6 2005/11/06 13:42:36 blubb Exp $ PHPSAPI="cgi" inherit php-sapi eutils @@ -8,7 +8,7 @@ inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" IUSE="force-cgi-redirect" -KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc sparc x86" # for this revision only PDEPEND=">=${PHP_PROVIDER_PKG}-4.3.11" diff --git a/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild b/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild index 25c7f4a6f7f7..67a00e2a5481 100644 --- a/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild +++ b/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild,v 1.5 2005/11/04 20:55:27 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cgi/php-cgi-4.4.0-r5.ebuild,v 1.6 2005/11/06 13:42:36 blubb Exp $ PHPSAPI="cgi" inherit php-sapi eutils @@ -8,7 +8,7 @@ inherit php-sapi eutils DESCRIPTION="PHP CGI" SLOT="0" IUSE="fastcgi force-cgi-redirect" -KEYWORDS="alpha ~amd64 hppa ~ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc sparc x86" # for this revision only PDEPEND=">=${PHP_PROVIDER_PKG}-4.4.0" |