blob: 0ee8c72ff709014533c5529280e07315d399b794 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas/openvas-7.ebuild,v 1.2 2014/10/02 07:41:56 jlec Exp $
EAPI=5
DESCRIPTION="A remote security scanner"
HOMEPAGE="http://www.openvas.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="
>=net-analyzer/openvas-libraries-7.0.2
>=net-analyzer/openvas-scanner-4.0.1
>=net-analyzer/openvas-manager-5.0.2
>=net-analyzer/openvas-cli-1.3.0
>=net-analyzer/greenbone-security-assistant-5.0.1"
# greenbone-security-desktop is broken and unsupported upstream
RDEPEND="${DEPEND}"
|