Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710120
Collapse All | Expand All

(-)libfido2-1.3.0.ebuild (-1 / +13 lines)
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit cmake-utils
6
inherit cmake-utils udev linux-info
7
7
8
DESCRIPTION="Provides library functionality for FIDO 2.0"
8
DESCRIPTION="Provides library functionality for FIDO 2.0"
9
HOMEPAGE="https://github.com/Yubico/libfido2"
9
HOMEPAGE="https://github.com/Yubico/libfido2"
Lines 29-38 Link Here
29
	"${FILESDIR}/libfido2-1.3.0-remove-openssh-middleware.patch"
29
	"${FILESDIR}/libfido2-1.3.0-remove-openssh-middleware.patch"
30
)
30
)
31
31
32
pkg_pretend() {
33
	CONFIG_CHECK="
34
	~USB_HID
35
	~HIDRAW
36
	"
37
38
	check_extra_config
39
}
40
32
src_install() {
41
src_install() {
33
	cmake-utils_src_install
42
	cmake-utils_src_install
34
43
35
	if ! use static-libs; then
44
	if ! use static-libs; then
36
		rm -f "${D}/$(get_libdir)"/*.a || die
45
		rm -f "${D}/$(get_libdir)"/*.a || die
37
	fi
46
	fi
47
48
	udev_newrules udev/70-u2f.rules 70-libfido2-u2f.rules
38
}
49
}
50

Return to bug 710120