diff options
Diffstat (limited to 'net-www/mod_fastcgi')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 2af09abadf8c..406de79714c9 100644 --- a/net-www/mod_fastcgi/ChangeLog +++ b/net-www/mod_fastcgi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_fastcgi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.13 2005/10/02 19:53:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.14 2005/10/12 19:30:36 hansmi Exp $ + + 12 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> + mod_fastcgi-2.4.2-r1.ebuild: + Stable on ppc. 02 Oct 2005; Andrej Kacian <ticho@gentoo.org> mod_fastcgi-2.4.2-r1.ebuild: Stable on x86, as per bug #106449. diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild index 5068d54db443..7e126774c41d 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.4 2005/10/02 19:53:07 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild,v 1.5 2005/10/12 19:30:36 hansmi Exp $ inherit eutils apache-module DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" SLOT="0" HOMEPAGE="http://fastcgi.com/" SRC_URI="http://fastcgi.com/dist/${P}.tar.gz" |