summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-08-25 12:56:43 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-08-25 12:56:43 +0000
commit6e912b964cab1ca2c0b2eec743f63bb28fe997b9 (patch)
tree20fc8fcf0085c524d5717e2dde39f3cf59d59c73 /net-www
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-6e912b964cab1ca2c0b2eec743f63bb28fe997b9.tar.gz
gentoo-2-6e912b964cab1ca2c0b2eec743f63bb28fe997b9.tar.bz2
gentoo-2-6e912b964cab1ca2c0b2eec743f63bb28fe997b9.zip
Fix for repoman warnings about IUSE
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_fastcgi/ChangeLog5
-rw-r--r--net-www/mod_fastcgi/mod_fastcgi-2.4.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_fastcgi/ChangeLog b/net-www/mod_fastcgi/ChangeLog
index 010e8dd64882..03942244a974 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.5 2004/08/04 00:04:58 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_fastcgi/ChangeLog,v 1.6 2004/08/25 12:56:43 rl03 Exp $
+
+ 25 Aug 2004; Renat Lumpau <rl03@gentoo.org> mod_fastcgi-2.4.2.ebuild:
+ Fix for repoman warnings: moved IUSE="apache" above detectapache.
05 Aug 2004; Chuck Short <zul@gentoo.org> files/mod_fastcgi.conf:
Added .fcgi. Closes #59033.
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 afc1f0b94e2f..2b2c3303d1bf 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,10 @@
# 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.4 2004/06/25 16:03:06 agriffis Exp $
+# $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 $
DESCRIPTION="FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs."
KEYWORDS="x86"
+IUSE="apache2"
detectapache() {
local domsg=
@@ -44,7 +45,6 @@ SLOT="${APACHEVER}"
HOMEPAGE="http://fastcgi.com/"
SRC_URI="http://fastcgi.com/dist/${P}.tar.gz"
LICENSE="Apache-1.1"
-IUSE="apache2"
DEPEND="net-www/apache
apache2? ( >=net-www/apache-2 )"