diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:36:26 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-10 02:36:26 +0000 |
commit | a119ea49a33a1b870d06e5be6bece6e87522ec61 (patch) | |
tree | 0b2274ec56e8c9d7c152a5bd8668d95c52d98d1a /net-analyzer | |
parent | IUSE="gtk" instead of gtk2 (Manifest recommit) (diff) | |
download | gentoo-2-a119ea49a33a1b870d06e5be6bece6e87522ec61.tar.gz gentoo-2-a119ea49a33a1b870d06e5be6bece6e87522ec61.tar.bz2 gentoo-2-a119ea49a33a1b870d06e5be6bece6e87522ec61.zip |
DEPEND on net-misc/netkit-fingerd, closes #59612
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sara/ChangeLog | 3 | ||||
-rw-r--r-- | net-analyzer/sara/sara-5.1.1a.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/sara/ChangeLog b/net-analyzer/sara/ChangeLog index b7b1411e62dc..3edd77eee459 100644 --- a/net-analyzer/sara/ChangeLog +++ b/net-analyzer/sara/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for net-analyzer/sara # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.6 2004/08/07 14:58:07 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/ChangeLog,v 1.7 2004/08/10 02:36:26 squinky86 Exp $ 07 Aug 2004; Jon Hood <squinky86@gentoo.org> sara-5.0.5b.ebuild, sara-5.1.1a.ebuild: Ebuild cleanups thanks to Antonio <netbix@tiscali.it>, #59612. + DEPEND on net-misc/netkit-fingerd. *sara-5.1.1a (05 Aug 2004) diff --git a/net-analyzer/sara/sara-5.1.1a.ebuild b/net-analyzer/sara/sara-5.1.1a.ebuild index 59e2fd3ded3f..07ca0c0a94c9 100644 --- a/net-analyzer/sara/sara-5.1.1a.ebuild +++ b/net-analyzer/sara/sara-5.1.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-5.1.1a.ebuild,v 1.2 2004/08/07 14:58:07 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sara/sara-5.1.1a.ebuild,v 1.3 2004/08/10 02:36:26 squinky86 Exp $ DESCRIPTION="SARA Security Auditor's Research Assistant is a derived work of Security Administrator Tool for Analyzing Networks SATAN" SRC_URI="http://www-arc.com/sara/downloads/${P}.tgz" @@ -15,6 +15,7 @@ IUSE="X" DEPEND=">=dev-lang/perl-5.8 \ >=app-shells/tcsh-6.12 net-misc/netkit-rsh + net-misc/netkit-fingerd net-analyzer/nmap net-ftp/ftp X? ( virtual/x11 )" |