commit:     906297c4d4e9a655cea3bbe54cadbbee5661f3f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 23:35:43 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 23:35:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906297c4

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

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

 .../openvas-libraries-8.0.5.ebuild                 | 26 ++++++++++++----------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/net-analyzer/openvas-libraries/openvas-libraries-8.0.5.ebuild 
b/net-analyzer/openvas-libraries/openvas-libraries-8.0.5.ebuild
index e279652477f..988e909151b 100644
--- a/net-analyzer/openvas-libraries/openvas-libraries-8.0.5.ebuild
+++ b/net-analyzer/openvas-libraries/openvas-libraries-8.0.5.ebuild
@@ -1,11 +1,10 @@
-# 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=2191
+inherit cmake-utils
 
 DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
 HOMEPAGE="http://www.openvas.org/";
@@ -16,23 +15,26 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="ldap"
 
-RDEPEND="
+DEPEND="
        app-crypt/gpgme
        >=dev-libs/glib-2.16
        >=dev-libs/hiredis-0.10.1
        dev-libs/libgcrypt:0
        dev-libs/libksba
-       !net-analyzer/openvas-libnasl
+       net-analyzer/net-snmp
        net-libs/gnutls
        net-libs/libpcap
        >=net-libs/libssh-0.5.0
-       net-analyzer/net-snmp
-       ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
+       ldap? ( net-nds/openldap )
+"
+RDEPEND="${DEPEND}
+       !net-analyzer/openvas-libnasl
+"
+BDEPEND="
        sys-devel/bison
        sys-devel/flex
        virtual/pkgconfig
-       "
+"
 
 S="${WORKDIR}"/${P}
 
@@ -42,13 +44,13 @@ PATCHES=(
        "${FILESDIR}"/${PN}-7.0.4-libssh.patch
        "${FILESDIR}"/${PN}-8.0.1-include.patch
        "${FILESDIR}"/${P}-underlinking.patch
-       )
+)
 
 src_prepare() {
+       cmake-utils_src_prepare
        sed \
                -e '/^install.*OPENVAS_CACHE_DIR.*/d' \
                -i CMakeLists.txt || die
-       cmake-utils_src_prepare
 }
 
 src_configure() {

Reply via email to