diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
commit | 8ecc468cb6117159ccfcab6562db3a5de40fe6ca (patch) | |
tree | ded8dacf8870ed73dfe7cd9b7ee875e22ef5948d /net-analyzer/ntop | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.gz gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.bz2 gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.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" |