diff options
author | Sam James <sam@gentoo.org> | 2021-12-20 05:07:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-20 05:08:29 +0000 |
commit | 25c9d18d2cac58f8a5b82fd139053a360c848881 (patch) | |
tree | 4de37c73bc3411089bd812f1f6ecd9ff4c916f6c /sys-devel | |
parent | dev-libs/mimalloc: crank up subslot for 2.0.x (diff) | |
download | gentoo-25c9d18d2cac58f8a5b82fd139053a360c848881.tar.gz gentoo-25c9d18d2cac58f8a5b82fd139053a360c848881.tar.bz2 gentoo-25c9d18d2cac58f8a5b82fd139053a360c848881.zip |
sys-devel/mold: add < dep on mimalloc for released versions
Only 9999 supports mimalloc-2.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/mold/mold-0.9.6-r3.ebuild (renamed from sys-devel/mold/mold-0.9.6-r2.ebuild) | 2 | ||||
-rw-r--r-- | sys-devel/mold/mold-1.0.0-r1.ebuild (renamed from sys-devel/mold/mold-1.0.0.ebuild) | 2 | ||||
-rw-r--r-- | 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 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 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}" |