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 1F8B7158020 for ; Thu, 13 Oct 2022 05:14:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 676ACE086A; Thu, 13 Oct 2022 05:14:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B6A2E086A for ; Thu, 13 Oct 2022 05:14:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5210F341296 for ; Thu, 13 Oct 2022 05:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69FA613 for ; Thu, 13 Oct 2022 05:14:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1665638011.5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ruffle/ruffle-0_p20220914.ebuild app-emulation/ruffle/ruffle-9999.ebuild X-VCS-Directories: app-emulation/ruffle/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0 X-VCS-Branch: master Date: Thu, 13 Oct 2022 05:14:55 +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: d2255463-9f7f-43a0-9037-c49057031bf8 X-Archives-Hash: 3bb1368d0b74f3499ca8c32497329e78 commit: 5f8c70bbf2d316b0cea1e1d126f4226819bb6fb0 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Oct 13 04:42:16 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Oct 13 05:13:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8c70bb app-emulation/ruffle: adjust lto comment This doesn't use ring crate and haven't tracked which crates were failing again.. so just go with a more generic comment. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/ruffle/ruffle-0_p20220914.ebuild | 2 +- app-emulation/ruffle/ruffle-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/ruffle/ruffle-0_p20220914.ebuild b/app-emulation/ruffle/ruffle-0_p20220914.ebuild index ebad754a07e0..1da2f4fb4efa 100644 --- a/app-emulation/ruffle/ruffle-0_p20220914.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20220914.ebuild @@ -490,7 +490,7 @@ src_prepare() { } src_compile() { - filter-lto # undefined references with ring crate and more + filter-lto # does not play well with C code in crates cargo_src_compile --bins # note: configure --bins would skip tests } diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild index f4ab5fe89d96..7c9b186044a3 100644 --- a/app-emulation/ruffle/ruffle-9999.ebuild +++ b/app-emulation/ruffle/ruffle-9999.ebuild @@ -40,7 +40,7 @@ src_unpack() { } src_compile() { - filter-lto # undefined references with ring crate and more + filter-lto # does not play well with C code in crates cargo_src_compile --bins # note: configure --bins would skip tests }