Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/mold/
Date: Sat, 01 Jan 2022 01:26:26
Message-Id: 1641000274.e032c9030274f015da5aab20be359689088941fc.sam@gentoo
1 commit: e032c9030274f015da5aab20be359689088941fc
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Fri Dec 31 18:28:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 01:24:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e032c903
7
8 sys-devel/mold: use only one .sh on rm
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23606
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-devel/mold/mold-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild
19 index 30150e5e243c..9751b231a53f 100644
20 --- a/sys-devel/mold/mold-9999.ebuild
21 +++ b/sys-devel/mold/mold-9999.ebuild
22 @@ -35,7 +35,7 @@ src_prepare() {
23 default
24
25 # Needs unpackaged dwarfdump
26 - rm test/elf/{compress-debug-sections.sh,compressed-debug-info.sh} || die
27 + rm test/elf/{compress-debug-sections,compressed-debug-info}.sh || die
28 }
29
30 src_compile() {