From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 687151383E0 for ; Thu, 1 Oct 2015 20:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1153E08AA; Thu, 1 Oct 2015 20:30:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 588A3E08AA for ; Thu, 1 Oct 2015 20:30:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 270E63407B8 for ; Thu, 1 Oct 2015 20:30:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB4413CD for ; Thu, 1 Oct 2015 20:30:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1443731400.38fe5470d77e37e801955a0849c9721c25a281ba.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/binutils-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild X-VCS-Directories: sys-libs/binutils-libs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38fe5470d77e37e801955a0849c9721c25a281ba X-VCS-Branch: master Date: Thu, 1 Oct 2015 20:30:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9804523-0fef-4fb7-80c9-ed47156e0f91 X-Archives-Hash: 7c9c9eb4964cd22d85505cb18ed43542 commit: 38fe5470d77e37e801955a0849c9721c25a281ba Author: Michał Górny gentoo org> AuthorDate: Thu Oct 1 20:30:00 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 1 20:30:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fe5470 sys-libs/binutils-libs: Fix cross-ABI header mismatch 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild b/sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild index 399dfc1..e5bd03a 100644 --- a/sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild +++ b/sys-libs/binutils-libs/binutils-libs-2.25.1-r1.ebuild @@ -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 }