commit:     fffac1da6ee00707a8a535509de85914348cce56
Author:     Adrian Schollmeyer <nex+b-g-o <AT> nexadn <DOT> de>
AuthorDate: Tue Feb 20 17:26:30 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 16:14:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fffac1da

net-irc/hexchat: drop unnecessary filter-lto

The bug that required filter-lto was fixed a while ago and is in the
current upstream release now.

Bug: https://bugs.gentoo.org/861458
Signed-off-by: Adrian Schollmeyer <nex+b-g-o <AT> nexadn.de>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-irc/hexchat/hexchat-9999.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/net-irc/hexchat/hexchat-9999.ebuild 
b/net-irc/hexchat/hexchat-9999.ebuild
index be5bee2dfbb2..d3714388d5a3 100644
--- a/net-irc/hexchat/hexchat-9999.ebuild
+++ b/net-irc/hexchat/hexchat-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 LUA_COMPAT=( lua5-{1..4} luajit )
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg
+inherit lua-single meson mono-env python-single-r1 xdg
 
 DESCRIPTION="Graphical IRC client based on XChat"
 HOMEPAGE="https://hexchat.github.io/";
@@ -77,9 +77,6 @@ pkg_setup() {
 }
 
 src_configure() {
-       # LTO type mismatch, https://bugs.gentoo.org/861458
-       filter-lto
-
        local emesonargs=(
                -Ddbus-service-use-appid=false
                -Dinstall-appdata=false

Reply via email to