diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:29:12 +0100 |
commit | e1cc73cfbc4bdb1845bf43de7f8f35d4b1a44bde (patch) | |
tree | ef3cdee929b99e17bf8d633b4e2b264c97241a36 /app-crypt/libu2f-host | |
parent | app-crypt/ekeyd: remove implicit kernel_linux (diff) | |
download | gentoo-e1cc73cfbc4bdb1845bf43de7f8f35d4b1a44bde.tar.gz gentoo-e1cc73cfbc4bdb1845bf43de7f8f35d4b1a44bde.tar.bz2 gentoo-e1cc73cfbc4bdb1845bf43de7f8f35d4b1a44bde.zip |
app-crypt/libu2f-host: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild index dc653e48ba0b..ad06c2b80ef9 100644 --- a/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="kernel_linux systemd" +IUSE="systemd" DEPEND="dev-libs/hidapi dev-libs/json-c:=" |