Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/
Date: Fri, 30 Sep 2022 08:20:55
Message-Id: 1664526013.dda4a925b2a6f8361ae19403afc15966d33fda55.matthew@gentoo
1 commit: dda4a925b2a6f8361ae19403afc15966d33fda55
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 08:20:13 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 08:20:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda4a925
7
8 sys-devel/mold: update live ebuild
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 sys-devel/mold/mold-9999.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
16 index 1a83cf4d004e..34d7e10e3bf1 100644
17 --- a/sys-devel/mold/mold-9999.ebuild
18 +++ b/sys-devel/mold/mold-9999.ebuild
19 @@ -23,6 +23,7 @@ SLOT="0"
20 IUSE="system-tbb"
21
22 RDEPEND="
23 + app-arch/zstd:=
24 sys-libs/zlib
25 system-tbb? ( >=dev-cpp/tbb-2021.4.0:= )
26 !kernel_Darwin? (
27 @@ -81,7 +82,10 @@ src_configure() {
28
29 src_install() {
30 dobin "${BUILD_DIR}"/${PN}
31 - dolib.so "${BUILD_DIR}"/${PN}-wrapper.so
32 +
33 + # https://bugs.gentoo.org/872773
34 + insinto /usr/$(get_libdir)/mold
35 + doins "${BUILD_DIR}"/${PN}-wrapper.so
36
37 dodoc docs/{design,execstack}.md
38 doman docs/${PN}.1