From 34c36b60775d7bf632e1c3fd3ac988a4f3133515 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 30 Jun 2019 22:57:07 +0200 Subject: [PATCH] app-crypt/libnitrokey: Update live ebuild Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: David Seifert --- 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 a9e23e365158..d3474ddf0dc0 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 -- 2.26.2