From 948d557b4a61dc14722668b6b11a4cf3cee07b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:56:30 +0100 Subject: gentoo resync : 13.09.2019 --- app-crypt/libu2f-host/Manifest | 2 +- app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) (limited to 'app-crypt/libu2f-host') diff --git a/app-crypt/libu2f-host/Manifest b/app-crypt/libu2f-host/Manifest index a315db2f15e9..cd9f218658b8 100644 --- a/app-crypt/libu2f-host/Manifest +++ b/app-crypt/libu2f-host/Manifest @@ -1,3 +1,3 @@ DIST libu2f-host-1.1.10.tar.xz 471676 BLAKE2B 5066eaaaeda3b8c015afa8946f0af3b1b90a34488d4c71811c0d8f57a3ed2e4c8cb3d82d2df147dcf13ac3c384522d22f25894ac3a2d994a75b288891a67640a SHA512 91c5bf3994f1d3c9bd144f54b14b0404d839c15bef3c318619decdf1bd37214bcff33927af78a9826ff7d0bc9907c912a0e31104ae68d3a727a8436f2a1dbf7a -EBUILD libu2f-host-1.1.10.ebuild 996 BLAKE2B 76297c68d6b7c036d0f5c713465d9dad6f9c0a127825492469773c8e6a913accf9777830b18888ef61f525a55dc3aecfd2efcfa9d331147e3e3ada4f7d082eb4 SHA512 84a87b5ab3ade57f37b02ad8248ab4d5afb0dd3687b001be3892b6322e75ffc985b0f38d7ff046a1c19f6858afb8d8aa8ddd206a6c20db1e0f720d5563a85b4c +EBUILD libu2f-host-1.1.10.ebuild 958 BLAKE2B fa5cbb0284764754ad1190da8e07b43f37a632a895188966b394e51ebfb1aa3197e1c60ff3584896beefb6068dadd1d5524d90ce6b56cecf9d59f6a0c5ce9f60 SHA512 0aade0f668c76a89d2bfae261dee437e849ec1c22cca333251da545d33b9908cecb11a9b9a9b9b6c5865edc88bbfb1105e047c8be361e2203afeb3bae24f3c7f MISC metadata.xml 668 BLAKE2B 7720f7dae3f50bb3c6061bb2fdfa973fc5cea8ee314c4d7b95934037430d8083ff8629b3fb4d6233e6617596810112e3a4fec93eb702058ec09cd86d0931183b SHA512 017018b2122b3adf87c7d3a8d70211f337de3b6ac9e8e446f3f2f70db29d33af201c9b2dbe4404e5ac7f36360f96abae24e6501ec60eb256e6ba974c37fc6932 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 104c7ec0ef0d..6797a6c93d08 100644 --- a/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-1.1.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit linux-info udev user +inherit linux-info udev DESCRIPTION="Yubico Universal 2nd Factor (U2F) Host C Library" HOMEPAGE="https://developers.yubico.com/libu2f-host/" @@ -16,20 +16,15 @@ IUSE="kernel_linux static-libs systemd" DEPEND="dev-libs/hidapi dev-libs/json-c:=" +# The U2F device node will be owned by group 'plugdev' +# in non-systemd configurations RDEPEND="${DEPEND} + !systemd? ( acct-group/plugdev ) systemd? ( sys-apps/systemd[acl] )" BDEPEND="virtual/pkgconfig" CONFIG_CHECK="~HIDRAW" -pkg_setup() { - # The U2F device node will be owned by group 'plugdev' - # in non-systemd configurations - if ! use systemd; then - enewgroup plugdev - fi -} - src_install() { default if use kernel_linux; then -- cgit v1.2.3