diff options
author | 2021-06-04 12:50:08 +0100 | |
---|---|---|
committer | 2021-06-04 12:51:11 +0100 | |
commit | 0993c1f4a09c90a8c044f9086c31f50d215d114a (patch) | |
tree | a68ba28bca68c2b6f42a2c4c5fbc8b0e563a9eec | |
parent | net-libs/nodejs: add 16.3.0, drop 16.2.0 (diff) | |
download | gentoo-0993c1f4a09c90a8c044f9086c31f50d215d114a.tar.gz gentoo-0993c1f4a09c90a8c044f9086c31f50d215d114a.tar.bz2 gentoo-0993c1f4a09c90a8c044f9086c31f50d215d114a.zip |
net-libs/nodejs-99999999: LTO can now be enabled for clang
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index 2d45db3952a5..5177302ec77b 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 |