summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-09-23 16:45:06 +0000
committerMike Frysinger <vapier@gentoo.org>2002-09-23 16:45:06 +0000
commit799ffa74a3a890fe371d5fca277bddb7101c5c0d (patch)
tree332bbc797fc4d9fef20c8fe5a32628b49f678a88 /net-analyzer
parentsplit SRC_URI into gnome.org.eclass and inherit that (diff)
downloadgentoo-2-799ffa74a3a890fe371d5fca277bddb7101c5c0d.tar.gz
gentoo-2-799ffa74a3a890fe371d5fca277bddb7101c5c0d.tar.bz2
gentoo-2-799ffa74a3a890fe371d5fca277bddb7101c5c0d.zip
Fixed dependencies
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nessus-core/ChangeLog5
-rw-r--r--net-analyzer/nessus-core/nessus-core-1.2.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog
index 625742d40ef1..2a6bc1bf35b6 100644
--- a/net-analyzer/nessus-core/ChangeLog
+++ b/net-analyzer/nessus-core/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-analyzer/nessus-core
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.4 2002/08/26 14:27:03 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.5 2002/09/23 16:45:06 vapier Exp $
*nessus-core-1.2.4 (22 Aug 2002)
+ 23 Sep 2002; Mike Frysinger <vapier@gentoo.org> :
+ Set dependencies to require libraries of version 1.2.4
+
26 Aug 2002; Nick Hadaway <raker@gentoo.org> nessus-core-1.2.4.ebuild :
fixed SRC_URI path to nessus-${PV} for future upgrade ease.
diff --git a/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild b/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild
index 649285881391..ccb8d0c3b110 100644
--- a/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild
+++ b/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2002 Achim Gottinger
# Distributed under the GPL by Gentoo Technologies, Inc.
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild,v 1.3 2002/08/26 14:27:03 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-1.2.4.ebuild,v 1.4 2002/09/23 16:45:06 vapier Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="A remote security scanner for Linux (nessus-core)"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nessus.org/"
SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-DEPEND="=net-analyzer/libnasl-1.2.3
+DEPEND="=net-analyzer/libnasl-1.2.4
X? ( x11-base/xfree )
gtk? ( =x11-libs/gtk+-1.2* )"