commit:     f0d012f1bb75b627fe979a0015940148a8f1d34e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  6 09:06:57 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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

Reply via email to