diff options
Diffstat (limited to 'net-analyzer/squid-graph/squid-graph-3.1.ebuild')
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/squid-graph/squid-graph-3.1.ebuild b/net-analyzer/squid-graph/squid-graph-3.1.ebuild index a978cf8b51d6..496ca1007946 100644 --- a/net-analyzer/squid-graph/squid-graph-3.1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.1.ebuild @@ -1,8 +1,7 @@ # 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.1.ebuild,v 1.6 2004/06/24 22:19:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.1.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" @@ -10,6 +9,7 @@ SRC_URI="http://squid-graph.securlogic.com/files/stable/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~ppc x86 sparc" +IUSE="" DEPEND="dev-perl/GD" |