From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E41D138334 for ; Mon, 7 Jan 2019 13:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3785DE094B; Mon, 7 Jan 2019 13:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14165E094B for ; Mon, 7 Jan 2019 13:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE47B335CA6 for ; Mon, 7 Jan 2019 13:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24BA02A7 for ; Mon, 7 Jan 2019 13:28:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1546867632.ee05da6615a942299b2594b76f52cdbb51edca38.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libffi/libffi-3.3_rc0.ebuild X-VCS-Directories: dev-libs/libffi/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ee05da6615a942299b2594b76f52cdbb51edca38 X-VCS-Branch: master Date: Mon, 7 Jan 2019 13:28:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f38667a-10d0-48f7-b579-4e866a55406a X-Archives-Hash: c296e8c93abee3e70fbfe9c5619fa1b5 commit: ee05da6615a942299b2594b76f52cdbb51edca38 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 7 13:26:37 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 7 13:27:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee05da66 dev-libs/libffi: respect --libdir configure argument Signed-off-by: Fabian Groffen gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libffi/libffi-3.3_rc0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libffi/libffi-3.3_rc0.ebuild b/dev-libs/libffi/libffi-3.3_rc0.ebuild index 5f56796bb87..28a4141b97e 100644 --- a/dev-libs/libffi/libffi-3.3_rc0.ebuild +++ b/dev-libs/libffi/libffi-3.3_rc0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,6 +50,7 @@ multilib_src_configure() { use userland_BSD && export HOST="${CHOST}" econf \ --includedir="${EPREFIX}"/usr/$(get_libdir)/${P}/include \ + --disable-multi-os-directory \ $(use_enable static-libs static) \ $(use_enable pax_kernel pax_emutramp) \ $(use_enable debug)