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 BBD8A158041 for ; Sun, 7 Apr 2024 23:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7363E2AA1; Sun, 7 Apr 2024 23:35:24 +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 CAC30E2AA1 for ; Sun, 7 Apr 2024 23:35:24 +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 C48A134312C for ; Sun, 7 Apr 2024 23:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 039191662 for ; Sun, 7 Apr 2024 23:35:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1712532825.7b2039ce713a4a5643b35142177066f75425e078.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/xoscope/xoscope-2.3.ebuild X-VCS-Directories: sci-electronics/xoscope/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b2039ce713a4a5643b35142177066f75425e078 X-VCS-Branch: master Date: Sun, 7 Apr 2024 23:35:22 +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: 4e87b2f4-56fe-460b-9355-50b417250d09 X-Archives-Hash: 5f63b79290bbe30c662ca3c28f85c3b7 commit: 7b2039ce713a4a5643b35142177066f75425e078 Author: Eli Schwartz gmail com> AuthorDate: Sun Apr 7 20:08:04 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 7 23:33:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2039ce sci-electronics/xoscope: fix the LTO fix to actually apply It was applied too late for ./configure. oops. While we are at it, update the comment. I ended up filing a bug. Was very iffy on doing so, but 2 days ago, upstream demonstrated signs of life via committing an update to git: > spelling fix in man page (from Debian; fixed by Graham Inggs; reported by Petter Reinholdtsen) Fixes: 3e255fb3f9352a6662923b47114ad8d7cc4f4e35 Closes: https://bugs.gentoo.org/927483 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> sci-electronics/xoscope/xoscope-2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/xoscope/xoscope-2.3.ebuild b/sci-electronics/xoscope/xoscope-2.3.ebuild index 59831c2b3e22..fccde12d9709 100644 --- a/sci-electronics/xoscope/xoscope-2.3.ebuild +++ b/sci-electronics/xoscope/xoscope-2.3.ebuild @@ -33,10 +33,10 @@ src_prepare() { eautoreconf } -src_compile() { +src_configure() { # -Werror=lto-type-mismatch # https://bugs.gentoo.org/878065 - # Upstream is a) sourceforge, b) inactive for 3 years. Bug not reported. + # https://sourceforge.net/p/xoscope/bugs/23/ filter-lto default