diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-15 04:34:39 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-08-15 04:34:39 +0000 |
commit | 795b83fad251faacc36258cad4ee0639d9f39c1f (patch) | |
tree | 4d8ad33ff0452433b5a674128cfacb753ccbe5c0 /net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild | |
parent | initial commit (diff) | |
download | gentoo-2-795b83fad251faacc36258cad4ee0639d9f39c1f.tar.gz gentoo-2-795b83fad251faacc36258cad4ee0639d9f39c1f.tar.bz2 gentoo-2-795b83fad251faacc36258cad4ee0639d9f39c1f.zip |
add metadata, clean up some more
Diffstat (limited to 'net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild')
-rw-r--r-- | net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild b/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild index 17c394dee64d..228ac8676c9a 100644 --- a/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild +++ b/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild,v 1.2 2003/08/13 21:08:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_scgi/mod_scgi-1.2_alpha1.ebuild,v 1.3 2003/08/15 04:34:35 robbat2 Exp $ apachedir='1' apache='' @@ -16,7 +16,8 @@ LICENSE="CNRI" SLOT="${apachedir}" KEYWORDS="~x86" IUSE="apache2" -DEPEND="net-www/scgi +DEPEND="${DEPEND} + net-www/scgi net-www/apache apache2? ( >=net-www/apache-2 )" |