diff options
author | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2004-11-04 08:16:46 +0000 |
commit | 34d7b5c7e825addca2088b957fec7fe6a125fe6f (patch) | |
tree | 9cbad8048a92419e4692f09a8380e06de976d94a /net-www/mod_watch/mod_watch-3.18.ebuild | |
parent | New version, as requested in bug #69711 (Manifest recommit) (diff) | |
download | gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.gz gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.tar.bz2 gentoo-2-34d7b5c7e825addca2088b957fec7fe6a125fe6f.zip |
Various fixes for repoman complaints.
Diffstat (limited to 'net-www/mod_watch/mod_watch-3.18.ebuild')
-rw-r--r-- | net-www/mod_watch/mod_watch-3.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-www/mod_watch/mod_watch-3.18.ebuild b/net-www/mod_watch/mod_watch-3.18.ebuild index 327ed5da52b1..a2ccd74eaafb 100644 --- a/net-www/mod_watch/mod_watch-3.18.ebuild +++ b/net-www/mod_watch/mod_watch-3.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.4 2004/06/25 01:04:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_watch/mod_watch-3.18.ebuild,v 1.5 2004/11/04 08:16:46 urilith Exp $ DESCRIPTION="Bandwidth graphing for Apache with MRTG" HOMEPAGE="http://www.snert.com/Software/mod_watch/" @@ -10,6 +10,7 @@ MY_V="`echo ${PV} | sed -e 's:\.::g'`" S=${WORKDIR}/${P} SRC_URI="http://www.snert.com/Software/download/${PN}${MY_V}.tgz" +IUSE="" DEPEND="=net-www/apache-1*" LICENSE="as-is" SLOT="0" |