diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2002-11-14 10:15:25 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2002-11-14 10:15:25 +0000 |
commit | 32c8285a828a2006e6a5068cb9d97999c8efa10f (patch) | |
tree | c6d5fed4bc15734ecf167d2f107efcfc23aa622c /net-analyzer/sarg | |
parent | Initial Import. Bug #6923 (diff) | |
download | gentoo-2-32c8285a828a2006e6a5068cb9d97999c8efa10f.tar.gz gentoo-2-32c8285a828a2006e6a5068cb9d97999c8efa10f.tar.bz2 gentoo-2-32c8285a828a2006e6a5068cb9d97999c8efa10f.zip |
Quick fix for # error
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r-- | net-analyzer/sarg/sarg-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sarg/sarg-1.2.2.ebuild b/net-analyzer/sarg/sarg-1.2.2.ebuild index 7fdc61636970..5e653016dbe0 100644 --- a/net-analyzer/sarg/sarg-1.2.2.ebuild +++ b/net-analyzer/sarg/sarg-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.1 2002/11/14 10:11:26 jhhudso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.2 2002/11/14 10:15:25 jhhudso Exp $ DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" -#RDEPEND=">=net-www/squid-2.4.7" +RDEPEND=">=net-www/squid-2.4.7" S="${WORKDIR}/${P}" src_compile() { |