Closes: https://bugs.gentoo.org/699362
Signed-off-by: David Heidelberg <david@ixit.cz>
Closes: https://github.com/gentoo/gentoo/pull/13553
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
PYTHON_COMPAT=( python3_{5,6,7} )
-inherit linux-info meson python-single-r1 vala xdg
+inherit linux-info meson python-single-r1 vala xdg toolchain-funcs
DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable"
HOMEPAGE="https://fwupd.org"
"
pkg_setup() {
+ tc-ld-disable-gold # bug https://github.com/fwupd/fwupd/issues/1530
+
python-single-r1_pkg_setup
if use nvme; then
kernel_is -ge 4 4 || die "NVMe support requires kernel >= 4.4"