diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-10-02 19:53:07 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-10-02 19:53:07 +0000 |
commit | 57a6abe0567f09390cdae939e955a806cd69ed92 (patch) | |
tree | 58f5018b4b3c24096c76fd23e7f56b720f298538 /net-www | |
parent | Mark 2.5 stable on alpha (diff) | |
download | gentoo-2-57a6abe0567f09390cdae939e955a806cd69ed92.tar.gz gentoo-2-57a6abe0567f09390cdae939e955a806cd69ed92.tar.bz2 gentoo-2-57a6abe0567f09390cdae939e955a806cd69ed92.zip |
Stable on x86, as per bug #106449.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index fdb56603fd76..2af09abadf8c 100644 --- a/net-www/mod_fastcgi/ChangeLog +++ b/net-www/mod_fastcgi/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2005/03/23 13:39:09 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.13 2005/10/02 19:53:07 ticho Exp $ + + 02 Oct 2005; Andrej Kacian <ticho@gentoo.org> mod_fastcgi-2.4.2-r1.ebuild: + Stable on x86, as per bug #106449. 23 Mar 2005; Ferris McCormick <fmccor@gentoo.org> mod_fastcgi-2.4.2-r1.ebuild: 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 079f175e34b7..5068d54db443 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.3 2005/03/23 13:39:09 fmccor Exp $ +# $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 $ 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="~x86 ~ppc ~amd64 ~sparc" +KEYWORDS="~amd64 ~ppc ~sparc x86" SLOT="0" HOMEPAGE="http://fastcgi.com/" SRC_URI="http://fastcgi.com/dist/${P}.tar.gz" |