Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/
Date: Wed, 05 Jan 2022 10:01:55
Message-Id: 1641376876.7d6df68d6249642e91c09b198b1fb66f5787bc96.soap@gentoo
1 commit: 7d6df68d6249642e91c09b198b1fb66f5787bc96
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:16 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d6df68d
7
8 app-arch/p7zip: remove x86-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-arch/p7zip/p7zip-16.02-r8.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild b/app-arch/p7zip/p7zip-16.02-r8.ebuild
16 index b41f7d8a8f5c..2846c75537c9 100644
17 --- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
18 +++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -79,9 +79,6 @@ src_prepare() {
26 sed -i -e '/^PROG=/s/\.so/.bundle/' \
27 CPP/7zip/Bundles/Format7zFree/makefile.list \
28 $(use rar && echo CPP/7zip/Compress/Rar/makefile.list) || die
29 - elif use x86-fbsd; then
30 - # FreeBSD needs this special makefile, because it hasn't -ldl
31 - sed -e 's/-lc_r/-pthread/' makefile.freebsd > makefile.machine || die
32 fi
33
34 if use static; then