diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:38:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:38:12 +0000 |
commit | 55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9 (patch) | |
tree | ca6694a0e133e8026124986cf3bf9c4a5fcf2c73 /sys-devel/mold | |
parent | unpacker.eclass: pass -S to file to disable seccomp (diff) | |
download | gentoo-55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9.tar.gz gentoo-55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9.tar.bz2 gentoo-55b2421aad41d6b1fed898ae6d551fd6f7c7e3d9.zip |
sys-devel/mold: depend on fixed dev-cpp/tbb for pthreads
Bug: https://bugs.gentoo.org/881161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/mold')
-rw-r--r-- | sys-devel/mold/mold-1.7.1-r1.ebuild (renamed from sys-devel/mold/mold-1.7.1.ebuild) | 4 | ||||
-rw-r--r-- | sys-devel/mold/mold-1.8.0-r1.ebuild (renamed from sys-devel/mold/mold-1.8.0.ebuild) | 4 | ||||
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/mold/mold-1.7.1.ebuild b/sys-devel/mold/mold-1.7.1-r1.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-1.7.1.ebuild +++ b/sys-devel/mold/mold-1.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= diff --git a/sys-devel/mold/mold-1.8.0.ebuild b/sys-devel/mold/mold-1.8.0-r1.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-1.8.0.ebuild +++ b/sys-devel/mold/mold-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 82b43f78b777..8063ade34f39 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ SLOT="0" RDEPEND=" app-arch/zstd:= - >=dev-cpp/tbb-2021.7.0:= + >=dev-cpp/tbb-2021.7.0-r1:= sys-libs/zlib !kernel_Darwin? ( >=dev-libs/mimalloc-2:= |