commit: dda4a925b2a6f8361ae19403afc15966d33fda55
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 08:20:13 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 08:20:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda4a925
sys-devel/mold: update live ebuild
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
sys-devel/mold/mold-9999.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
index 1a83cf4d004e..34d7e10e3bf1 100644
--- a/sys-devel/mold/mold-9999.ebuild
+++ b/sys-devel/mold/mold-9999.ebuild
@@ -23,6 +23,7 @@ SLOT="0"
IUSE="system-tbb"
RDEPEND="
+ app-arch/zstd:=
sys-libs/zlib
system-tbb? ( >=dev-cpp/tbb-2021.4.0:= )
!kernel_Darwin? (
@@ -81,7 +82,10 @@ src_configure() {
src_install() {
dobin "${BUILD_DIR}"/${PN}
- dolib.so "${BUILD_DIR}"/${PN}-wrapper.so
+
+ # https://bugs.gentoo.org/872773
+ insinto /usr/$(get_libdir)/mold
+ doins "${BUILD_DIR}"/${PN}-wrapper.so
dodoc docs/{design,execstack}.md
doman docs/${PN}.1