diff options
author | David Seifert <soap@gentoo.org> | 2021-01-24 18:28:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-24 18:28:32 +0100 |
commit | b851b801104c4593852c82785d5dcff0d38a0c35 (patch) | |
tree | 0e24b1a7169c862d75225013de1aff8bd16444db /app-crypt/libnitrokey | |
parent | app-crypt/libnitrokey: Version bump to 3.6 (diff) | |
download | gentoo-b851b801104c4593852c82785d5dcff0d38a0c35.tar.gz gentoo-b851b801104c4593852c82785d5dcff0d38a0c35.tar.bz2 gentoo-b851b801104c4593852c82785d5dcff0d38a0c35.zip |
app-crypt/libnitrokey: Sync live ebuild
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/libnitrokey')
-rw-r--r-- | app-crypt/libnitrokey/libnitrokey-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/libnitrokey/libnitrokey-9999.ebuild b/app-crypt/libnitrokey/libnitrokey-9999.ebuild index 37864f5ac542..8687d0d1b4e3 100644 --- a/app-crypt/libnitrokey/libnitrokey-9999.ebuild +++ b/app-crypt/libnitrokey/libnitrokey-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils udev +inherit udev cmake DESCRIPTION="Support library for the Nitrokey" HOMEPAGE="https://github.com/Nitrokey/libnitrokey" @@ -43,5 +43,5 @@ src_configure() { -DCOMPILE_TESTS=OFF -DCOMPILE_OFFLINE_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } |