commit:     a3a114d11530dc0001b601e99eb11b4ee584d1db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 23:32:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 23:32:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a114d1

net-analyzer/openvas-cli: EAPI-7 bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild 
b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
index 726bf0767d7..4d74bab6503 100644
--- a/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
+++ b/net-analyzer/openvas-cli/openvas-cli-1.4.3.ebuild
@@ -1,25 +1,26 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit cmake-utils
+EAPI=7
 
 DL_ID=2209
+inherit cmake-utils
 
 DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
 HOMEPAGE="http://www.openvas.org/";
 
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz";
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS=" ~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
-RDEPEND="
+DEPEND="
        >=net-analyzer/openvas-libraries-8.0.4
-       !net-analyzer/openvas-client"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+"
+RDEPEND="${DEPEND}
+       !net-analyzer/openvas-client
+"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}"/${P/_beta/+beta}
 

Reply via email to