Upstream bug: https://github.com/linuxwacom/libwacom/issues/170
Closes: https://bugs.gentoo.org/694290
Signed-off-by: David Heidelberg <david@ixit.cz>
Closes: https://github.com/gentoo/gentoo/pull/13468
Signed-off-by: Matt Turner <mattst88@gentoo.org>
EAPI=7
-inherit autotools udev
+inherit autotools udev toolchain-funcs
DESCRIPTION="Library for identifying Wacom tablets and their model-specific features"
HOMEPAGE="https://github.com/linuxwacom/libwacom"
"
DEPEND="${RDEPEND}"
+pkg_setup() {
+ tc-ld-disable-gold # bug https://github.com/linuxwacom/libwacom/issues/170
+}
+
src_prepare() {
default
rm -r data/foo || die # duplicate dir in tarball, bug #693434