commit:     33aed1171970621f1a29506c71b9cf24aca9e137
Author:     Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Thu Oct  7 06:26:53 2021 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 06:28:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aed117

app-arch/zstd: drop obsolete workaround

This release fixed the problem so don't need this workaround.

Bug: https://bugs.gentoo.org/713940
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 app-arch/zstd/zstd-1.5.0.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/app-arch/zstd/zstd-1.5.0.ebuild b/app-arch/zstd/zstd-1.5.0.ebuild
index da3fe8961c8..f46edb314bd 100644
--- a/app-arch/zstd/zstd-1.5.0.ebuild
+++ b/app-arch/zstd/zstd-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic multilib-minimal toolchain-funcs
+inherit multilib-minimal toolchain-funcs
 
 DESCRIPTION="zstd fast compression library"
 HOMEPAGE="https://facebook.github.io/zstd/";
@@ -21,11 +21,6 @@ DEPEND="${RDEPEND}"
 src_prepare() {
        default
        multilib_copy_sources
-
-       # Workaround #713940 / https://github.com/facebook/zstd/issues/2045
-       # where upstream build system does not add -pthread for Makefile-based
-       # build system.
-       use threads && append-flags $(test-flags-CCLD -pthread)
 }
 
 mymake() {

Reply via email to