commit:     7b2039ce713a4a5643b35142177066f75425e078
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Apr  7 20:08:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> 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

Reply via email to