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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 481D3158086 for ; Thu, 6 Jan 2022 09:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C342BC024; Thu, 6 Jan 2022 09:07:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 439E12BC003 for ; Thu, 6 Jan 2022 09:07:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D4753430C5 for ; Thu, 6 Jan 2022 09:07:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F096287 for ; Thu, 6 Jan 2022 09:07:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1641460017.f0d012f1bb75b627fe979a0015940148a8f1d34e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild X-VCS-Directories: dev-libs/libffi-compat/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f0d012f1bb75b627fe979a0015940148a8f1d34e X-VCS-Branch: master Date: Thu, 6 Jan 2022 09:07:32 +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: 95efb205-08b4-4638-ac79-554911680071 X-Archives-Hash: 3a7e2e675274eb1c4aab21e2db4d6878 commit: f0d012f1bb75b627fe979a0015940148a8f1d34e Author: David Seifert gentoo org> AuthorDate: Thu Jan 6 09:06:57 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Jan 6 09:06:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d012f1 dev-libs/libffi-compat: remove userland_BSD Signed-off-by: David Seifert gentoo.org> dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild | 3 +-- dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild index 179381df9723..7a9ccdf0119b 100644 --- a/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild +++ b/dev-libs/libffi-compat/libffi-compat-3.2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,6 @@ src_prepare() { } multilib_src_configure() { - use userland_BSD && export HOST="${CHOST}" econf \ --disable-static \ $(use_enable pax-kernel pax_emutramp) \ diff --git a/dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild b/dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild index 2cfc48a26b21..7dd6a32f89c1 100644 --- a/dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild +++ b/dev-libs/libffi-compat/libffi-compat-3.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -46,7 +46,6 @@ src_prepare() { } multilib_src_configure() { - use userland_BSD && export HOST="${CHOST}" # --includedir= path maintains a few properties: # 1. have stable name across libffi versions: some packages like # dev-lang/ghc or kde-frameworks/networkmanager-qt embed