From fffac1da6ee00707a8a535509de85914348cce56 Mon Sep 17 00:00:00 2001 From: Adrian Schollmeyer Date: Tue, 20 Feb 2024 18:26:30 +0100 Subject: 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 Signed-off-by: Viorel Munteanu --- net-irc/hexchat/hexchat-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'net-irc') 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 -- cgit v1.2.3-65-gdbad