sys-libs/binutils-libs: Fix cross-ABI header mismatch
authorMichał Górny <mgorny@gentoo.org>
Thu, 1 Oct 2015 20:30:00 +0000 (22:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 1 Oct 2015 20:30:00 +0000 (22:30 +0200)
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=561918

Package-Manager: portage-2.2.20

sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild

index 399dfc16b900e0f65d5487fee4c995ff44c0f735..e5bd03a34f2b3901580d07f2554cd07f232038b0 100644 (file)
@@ -32,6 +32,10 @@ RDEPEND="${COMMON_DEPEND}
 
 S="${WORKDIR}/${MY_P}"
 
+MULTILIB_WRAPPED_HEADERS=(
+       /usr/include/bfd.h
+)
+
 src_prepare() {
        EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
 }