commit:     34c36b60775d7bf632e1c3fd3ac988a4f3133515
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 20:57:07 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 20:57:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c36b60

app-crypt/libnitrokey: Update live ebuild

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/libnitrokey/libnitrokey-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-crypt/libnitrokey/libnitrokey-9999.ebuild 
b/app-crypt/libnitrokey/libnitrokey-9999.ebuild
index a9e23e36515..d3474ddf0dc 100644
--- a/app-crypt/libnitrokey/libnitrokey-9999.ebuild
+++ b/app-crypt/libnitrokey/libnitrokey-9999.ebuild
@@ -1,9 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 inherit cmake-utils udev
 
 DESCRIPTION="Support library for the Nitrokey"
@@ -30,14 +29,12 @@ RDEPEND="
        virtual/udev"
 DEPEND="
        ${RDEPEND}
-       virtual/pkgconfig
-       test? ( >=dev-cpp/catch-2.2.0:0 )"
+       test? ( >=dev-cpp/catch-2.5.0:0 )"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_UDEVRULESDIR="$(get_udevdir)"/rules.d
-               -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"
-               -DBUILD_SHARED_LIBS=ON
 
                # actual hardware tests
                #   1. require a connected Nitrokey

Reply via email to