diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
commit | 954d5dfbfaf51b234f196f1fcd7d6fdf66a12441 (patch) | |
tree | 865d487758770150fbb4afff7836f6392cc48704 /net-analyzer/ntop | |
parent | Fix digest and other cleanups. (diff) | |
download | historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.gz historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.bz2 historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.zip |
Add inherit eutils
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-2.2c.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index a658f27620d0..4e3f1a2da629 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.21 2004/04/14 17:39:12 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.22 2004/04/27 21:13:26 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ntop-2.2c.ebuild: + Add inherit eutils *ntop-3.0 (31 Mar 2004) diff --git a/net-analyzer/ntop/ntop-2.2c.ebuild b/net-analyzer/ntop/ntop-2.2c.ebuild index f168a65c9484..5fecd6332a34 100644 --- a/net-analyzer/ntop/ntop-2.2c.ebuild +++ b/net-analyzer/ntop/ntop-2.2c.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2c.ebuild,v 1.6 2004/03/11 04:40:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2c.ebuild,v 1.7 2004/04/27 21:13:26 agriffis Exp $ + +inherit eutils IUSE="ssl readline tcpd ncurses" |