diff options
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.0.ebuild')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.0.ebuild b/net-analyzer/squid-graph/squid-graph-3.0.ebuild index ef3b0e2a1f54..e3e6b25c0696 100644 --- a/net-analyzer/squid-graph/squid-graph-3.0.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.0.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.0.ebuild,v 1.6 2004/06/24 22:19:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.0.ebuild,v 1.7 2004/07/10 11:27:36 eldad Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Squid logfile analyzer and traffic grapher" HOMEPAGE="http://squid-graph.securlogic.com/" SRC_URI="http://squid-graph.securlogic.com/files/stable/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="ppc x86 sparc " +KEYWORDS="ppc x86 sparc" +IUSE="" DEPEND="dev-perl/GD" |