From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 971DE13835A for ; Fri, 4 Jun 2021 11:51:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 873B6E0878; Fri, 4 Jun 2021 11:51:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D42DCE0866 for ; Fri, 4 Jun 2021 11:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41385340B81 for ; Fri, 4 Jun 2021 11:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D0A879C for ; Fri, 4 Jun 2021 11:51:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1622807471.0993c1f4a09c90a8c044f9086c31f50d215d114a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nodejs/nodejs-99999999.ebuild X-VCS-Directories: net-libs/nodejs/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0993c1f4a09c90a8c044f9086c31f50d215d114a X-VCS-Branch: master Date: Fri, 4 Jun 2021 11:51:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 517e45a9-bb47-404e-97d7-79a65d50697f X-Archives-Hash: dbb021a0da43b1315972470e99fe9e8b commit: 0993c1f4a09c90a8c044f9086c31f50d215d114a Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 4 11:50:08 2021 +0000 Commit: Marek Szuba gentoo 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 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