summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2021-10-07 02:26:53 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-07 02:28:01 -0400
commit33aed1171970621f1a29506c71b9cf24aca9e137 (patch)
tree8ae5b1136c441e72f6e93201486e936331d104b4
parentdev-ml/merlin: fix after dune eclass change (diff)
downloadgentoo-33aed1171970621f1a29506c71b9cf24aca9e137.tar.gz
gentoo-33aed1171970621f1a29506c71b9cf24aca9e137.tar.bz2
gentoo-33aed1171970621f1a29506c71b9cf24aca9e137.zip
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@gentoo.org>
-rw-r--r--app-arch/zstd/zstd-1.5.0.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/app-arch/zstd/zstd-1.5.0.ebuild b/app-arch/zstd/zstd-1.5.0.ebuild
index da3fe8961c8c..f46edb314bdb 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() {