Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/
Date: Fri, 04 Jun 2021 11:51:30
Message-Id: 1622807471.0993c1f4a09c90a8c044f9086c31f50d215d114a.marecki@gentoo
1 commit: 0993c1f4a09c90a8c044f9086c31f50d215d114a
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 4 11:50:08 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 4 11:51:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0993c1f4
7
8 net-libs/nodejs-99999999: LTO can now be enabled for clang
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-libs/nodejs/nodejs-99999999.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild
16 index 2d45db3952a..5177302ec77 100644
17 --- a/net-libs/nodejs/nodejs-99999999.ebuild
18 +++ b/net-libs/nodejs/nodejs-99999999.ebuild
19 @@ -47,7 +47,7 @@ BDEPEND="${PYTHON_DEPS}
20 DEPEND="${RDEPEND}"
21
22 PATCHES=(
23 - "${FILESDIR}"/${PN}-12.22.1-jinja_collections_abc.patch # still needed as of 2021-05-13
24 + "${FILESDIR}"/${PN}-12.22.1-jinja_collections_abc.patch # still needed as of 2021-06-04
25 )
26
27 pkg_pretend() {
28 @@ -61,9 +61,6 @@ pkg_pretend() {
29 # Bug #787158
30 die "LTO builds of ${PN} using gcc-11+ currently fail tests and produce runtime errors. Either switch to gcc-10 or unset USE=lto for this ebuild"
31 fi
32 - else
33 - # configure.py will abort on this later if we do not
34 - die "${PN} only supports LTO for gcc"
35 fi
36 fi
37 fi