Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Thu, 07 Oct 2021 06:28:13
Message-Id: 1633588081.33aed1171970621f1a29506c71b9cf24aca9e137.vapier@gentoo
1 commit: 33aed1171970621f1a29506c71b9cf24aca9e137
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Thu Oct 7 06:26:53 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 06:28:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aed117
7
8 app-arch/zstd: drop obsolete workaround
9
10 This release fixed the problem so don't need this workaround.
11
12 Bug: https://bugs.gentoo.org/713940
13 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
14
15 app-arch/zstd/zstd-1.5.0.ebuild | 7 +------
16 1 file changed, 1 insertion(+), 6 deletions(-)
17
18 diff --git a/app-arch/zstd/zstd-1.5.0.ebuild b/app-arch/zstd/zstd-1.5.0.ebuild
19 index da3fe8961c8..f46edb314bd 100644
20 --- a/app-arch/zstd/zstd-1.5.0.ebuild
21 +++ b/app-arch/zstd/zstd-1.5.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit flag-o-matic multilib-minimal toolchain-funcs
27 +inherit multilib-minimal toolchain-funcs
28
29 DESCRIPTION="zstd fast compression library"
30 HOMEPAGE="https://facebook.github.io/zstd/"
31 @@ -21,11 +21,6 @@ DEPEND="${RDEPEND}"
32 src_prepare() {
33 default
34 multilib_copy_sources
35 -
36 - # Workaround #713940 / https://github.com/facebook/zstd/issues/2045
37 - # where upstream build system does not add -pthread for Makefile-based
38 - # build system.
39 - use threads && append-flags $(test-flags-CCLD -pthread)
40 }
41
42 mymake() {