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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90ECA158020 for ; Thu, 24 Nov 2022 13:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A08E0917; Thu, 24 Nov 2022 13:38:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD3BCE0917 for ; Thu, 24 Nov 2022 13:38:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1C60340F38 for ; Thu, 24 Nov 2022 13:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB07762 for ; Thu, 24 Nov 2022 13:38:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669297075.5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/metadata.xml X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9 X-VCS-Branch: master Date: Thu, 24 Nov 2022 13:38:11 +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: 0149a681-0641-4040-aa09-1cb36fcd8eac X-Archives-Hash: 04d3e2fab425f8f3b9021b19cf39f8f4 commit: 5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9 Author: Joonas Niilola gentoo org> AuthorDate: Thu Nov 24 13:37:55 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 24 13:37:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f33a597 dev-lang/spidermonkey: fix UnusedLocalUse Signed-off-by: Joonas Niilola gentoo.org> dev-lang/spidermonkey/metadata.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/spidermonkey/metadata.xml b/dev-lang/spidermonkey/metadata.xml index c6bdee82e6b2..eb50caaedbf8 100644 --- a/dev-lang/spidermonkey/metadata.xml +++ b/dev-lang/spidermonkey/metadata.xml @@ -7,10 +7,7 @@ Use Clang compiler instead of GCC - Build with user-specified compiler optimizations - (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported) Enable assertions to allow for easier debugging of programs that link to spidermonkey -- note this will often crash software on regular end-user systems Enable Link Time Optimization (LTO) - Use the system-wide dev-libs/icu instead of bundled -- note, only takes effect when icu flag is enabled