Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libffi/
Date: Thu, 06 Jan 2022 09:07:38
Message-Id: 1641460018.c79952c0fbc8e5bb1a6d29cdb4b71248dff21c1b.soap@gentoo
1 commit: c79952c0fbc8e5bb1a6d29cdb4b71248dff21c1b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 09:06:58 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 09:06:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79952c0
7
8 dev-libs/libffi: remove userland_BSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/libffi/libffi-3.3-r2.ebuild | 3 +--
13 dev-libs/libffi/libffi-3.4.2-r1.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/libffi/libffi-3.3-r2.ebuild b/dev-libs/libffi/libffi-3.3-r2.ebuild
17 index 95c001856050..3d1f2530f8fe 100644
18 --- a/dev-libs/libffi/libffi-3.3-r2.ebuild
19 +++ b/dev-libs/libffi/libffi-3.3-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -49,7 +49,6 @@ src_prepare() {
27 }
28
29 multilib_src_configure() {
30 - use userland_BSD && export HOST="${CHOST}"
31 # --includedir= path maintains a few properties:
32 # 1. have stable name across libffi versions: some packages like
33 # dev-lang/ghc or kde-frameworks/networkmanager-qt embed
34
35 diff --git a/dev-libs/libffi/libffi-3.4.2-r1.ebuild b/dev-libs/libffi/libffi-3.4.2-r1.ebuild
36 index 8af06625307f..492d9b34c625 100644
37 --- a/dev-libs/libffi/libffi-3.4.2-r1.ebuild
38 +++ b/dev-libs/libffi/libffi-3.4.2-r1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -39,7 +39,6 @@ src_prepare() {
46 }
47
48 multilib_src_configure() {
49 - use userland_BSD && export HOST="${CHOST}"
50 # --includedir= path maintains a few properties:
51 # 1. have stable name across libffi versions: some packages like
52 # dev-lang/ghc or kde-frameworks/networkmanager-qt embed