commit: 25c9d18d2cac58f8a5b82fd139053a360c848881
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 05:07:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 05:08:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c9d18d
sys-devel/mold: add < dep on mimalloc for released versions
Only 9999 supports mimalloc-2.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/mold/{mold-0.9.6-r2.ebuild => mold-0.9.6-r3.ebuild} | 2 +-
sys-devel/mold/{mold-1.0.0.ebuild => mold-1.0.0-r1.ebuild} | 2 +-
sys-devel/mold/mold-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-devel/mold/mold-0.9.6-r2.ebuild
b/sys-devel/mold/mold-0.9.6-r3.ebuild
similarity index 98%
rename from sys-devel/mold/mold-0.9.6-r2.ebuild
rename to sys-devel/mold/mold-0.9.6-r3.ebuild
index ceaaeaf2af4f..3baea582d9ec 100644
--- a/sys-devel/mold/mold-0.9.6-r2.ebuild
+++ b/sys-devel/mold/mold-0.9.6-r3.ebuild
@@ -25,7 +25,7 @@ RDEPEND=">=dev-cpp/tbb-2021.4.0:=
dev-libs/xxhash:=
sys-libs/zlib
!kernel_Darwin? (
- dev-libs/mimalloc:=
+ <dev-libs/mimalloc-2:=
dev-libs/openssl:=
)"
DEPEND="${RDEPEND}"
diff --git a/sys-devel/mold/mold-1.0.0.ebuild
b/sys-devel/mold/mold-1.0.0-r1.ebuild
similarity index 98%
rename from sys-devel/mold/mold-1.0.0.ebuild
rename to sys-devel/mold/mold-1.0.0-r1.ebuild
index da4500cc160d..767cc5c80f54 100644
--- a/sys-devel/mold/mold-1.0.0.ebuild
+++ b/sys-devel/mold/mold-1.0.0-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND=">=dev-cpp/tbb-2021.4.0:=
dev-libs/xxhash:=
sys-libs/zlib
!kernel_Darwin? (
- dev-libs/mimalloc:=
+ <dev-libs/mimalloc-2:=
dev-libs/openssl:=
)"
DEPEND="${RDEPEND}"
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index 74953d28fb02..30150e5e243c 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -26,7 +26,7 @@ RDEPEND=">=dev-cpp/tbb-2021.4.0:=
dev-libs/xxhash:=
sys-libs/zlib
!kernel_Darwin? (
- dev-libs/mimalloc:=
+ >=dev-libs/mimalloc-2:=
dev-libs/openssl:=
)"
DEPEND="${RDEPEND}"