diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-09-01 11:44:54 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-09-01 11:44:54 +0000 |
commit | d61f96a003cc07b77ea5d877e5ff2d74963498cb (patch) | |
tree | 3351d2cb6094caa0ecbcd489435e2253bcdf86c9 /net-analyzer | |
parent | Version bump, closes #60609. Also updated required openssl to >=0.9.6 (diff) | |
download | gentoo-2-d61f96a003cc07b77ea5d877e5ff2d74963498cb.tar.gz gentoo-2-d61f96a003cc07b77ea5d877e5ff2d74963498cb.tar.bz2 gentoo-2-d61f96a003cc07b77ea5d877e5ff2d74963498cb.zip |
nessus-core depends on nessus-libraries. Closes #62462
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nessus-core/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nessus-core/nessus-core-2.0.12.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/nessus-core/nessus-core-2.1.1.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog index 02795d4d7665..3f7bd71669d7 100644 --- a/net-analyzer/nessus-core/ChangeLog +++ b/net-analyzer/nessus-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-core # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.46 2004/08/28 14:34:29 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.47 2004/09/01 11:44:54 eldad Exp $ + + 01 Sep 2004; Eldad Zack <eldad@gentoo.org> nessus-core-2.0.12.ebuild, + nessus-core-2.1.1.ebuild: + nessus-core depends on nessus-libraries. Closes #62462. Thanks to Nathan + Sullivan <nathan@nightsys.net> 28 Aug 2004; Eldad Zack <eldad@gentoo.org> nessus-core-2.1.1.ebuild: x86 stable diff --git a/net-analyzer/nessus-core/nessus-core-2.0.12.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.12.ebuild index aaf87788d4c6..eacdaea5d92b 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.12.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.12.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/nessus-core/nessus-core-2.0.12.ebuild,v 1.5 2004/08/12 22:44:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.12.ebuild,v 1.6 2004/09/01 11:44:54 eldad Exp $ inherit eutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha ~amd64 ~ppc64" IUSE="X tcpd gtk2 debug prelude" -DEPEND="=net-analyzer/libnasl-${PV} +DEPEND="=net-analyzer/nessus-libraries-${PV} + =net-analyzer/libnasl-${PV} tcpd? ( sys-apps/tcp-wrappers ) X? ( virtual/x11 !gtk2? ( =x11-libs/gtk+-1.2* ) diff --git a/net-analyzer/nessus-core/nessus-core-2.1.1.ebuild b/net-analyzer/nessus-core/nessus-core-2.1.1.ebuild index be1cd7415366..420015da32ae 100644 --- a/net-analyzer/nessus-core/nessus-core-2.1.1.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.1.1.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/nessus-core/nessus-core-2.1.1.ebuild,v 1.2 2004/08/28 14:34:29 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.1.1.ebuild,v 1.3 2004/09/01 11:44:54 eldad Exp $ inherit eutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" IUSE="X tcpd gtk2 debug prelude" -DEPEND="=net-analyzer/libnasl-${PV} +DEPEND="=net-analyzer/nessus-libraries-${PV} + =net-analyzer/libnasl-${PV} tcpd? ( sys-apps/tcp-wrappers ) X? ( virtual/x11 !gtk2? ( =x11-libs/gtk+-1.2* ) |