diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 11:30:14 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 11:30:14 +0000 |
commit | 13fab58143f56adf8176912e97aca75bdc27f44e (patch) | |
tree | f1d285f32c3ac0f799865d658fa8b503ee539488 /net-analyzer/squid-graph/squid-graph-3.1.ebuild | |
parent | Fixed insecure temporary file creation (diff) | |
download | gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.tar.gz gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.tar.bz2 gentoo-2-13fab58143f56adf8176912e97aca75bdc27f44e.zip |
repoman and changelog fixes, unmasks
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 59420ba03980..2a54e49ad0be 100644 --- a/net-analyzer/squid-graph/squid-graph-3.1.ebuild +++ b/net-analyzer/squid-graph/squid-graph-3.1.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-analyzer/squid-graph/squid-graph-3.1.ebuild,v 1.2 2003/06/12 21:15:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.1.ebuild,v 1.3 2003/07/13 11:30:14 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Squid logfile analyzer and traffic grapher" @@ -9,7 +9,7 @@ SRC_URI="http://www.squid-graph.dhs.org/files/stable/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~ppc ~x86 ~sparc" +KEYWORDS="~ppc x86 ~sparc" DEPEND="dev-perl/GD" |