diff options
author | David Holm <dholm@gentoo.org> | 2004-09-02 13:18:33 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-02 13:18:33 +0000 |
commit | 7234f5d48a8626f7d1f45080c9caee66d24ee7cf (patch) | |
tree | 2684530d3bddd22d44cf792a4fb47b0287574306 /net-www/mod_fastcgi | |
parent | Fixing ut2004.xml link and closing bug #62532. (Manifest recommit) (diff) | |
download | gentoo-2-7234f5d48a8626f7d1f45080c9caee66d24ee7cf.tar.gz gentoo-2-7234f5d48a8626f7d1f45080c9caee66d24ee7cf.tar.bz2 gentoo-2-7234f5d48a8626f7d1f45080c9caee66d24ee7cf.zip |
Added to ~ppc
Diffstat (limited to 'net-www/mod_fastcgi')
-rw-r--r-- | net-www/mod_fastcgi/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog index 03942244a974..f67a310a366e 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.6 2004/08/25 12:56:43 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.7 2004/09/02 13:15:53 dholm Exp $ + + 02 Sep 2004; David Holm <dholm@gentoo.org> mod_fastcgi-2.4.2.ebuild: + Added to ~ppc. 25 Aug 2004; Renat Lumpau <rl03@gentoo.org> mod_fastcgi-2.4.2.ebuild: Fix for repoman warnings: moved IUSE="apache" above detectapache. diff --git a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild index 2b2c3303d1bf..ec1e3ee9c8eb 100644 --- a/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild +++ b/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2004 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.ebuild,v 1.5 2004/08/25 12:56:43 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild,v 1.6 2004/09/02 13:15:53 dholm Exp $ DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs." -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" IUSE="apache2" detectapache() { |