commit: 0993c1f4a09c90a8c044f9086c31f50d215d114a
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 11:50:08 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 11:51:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0993c1f4
net-libs/nodejs-99999999: LTO can now be enabled for clang
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
net-libs/nodejs/nodejs-99999999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild
b/net-libs/nodejs/nodejs-99999999.ebuild
index 2d45db3952a..5177302ec77 100644
--- a/net-libs/nodejs/nodejs-99999999.ebuild
+++ b/net-libs/nodejs/nodejs-99999999.ebuild
@@ -47,7 +47,7 @@ BDEPEND="${PYTHON_DEPS}
DEPEND="${RDEPEND}"
PATCHES=(
- "${FILESDIR}"/${PN}-12.22.1-jinja_collections_abc.patch # still needed
as of 2021-05-13
+ "${FILESDIR}"/${PN}-12.22.1-jinja_collections_abc.patch # still needed
as of 2021-06-04
)
pkg_pretend() {
@@ -61,9 +61,6 @@ pkg_pretend() {
# Bug #787158
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"
fi
- else
- # configure.py will abort on this later if we
do not
- die "${PN} only supports LTO for gcc"
fi
fi
fi