diff options
author | Adrian Schollmeyer <nex+b-g-o@nexadn.de> | 2024-02-20 18:26:30 +0100 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-02-29 18:14:23 +0200 |
commit | fffac1da6ee00707a8a535509de85914348cce56 (patch) | |
tree | 124237d1fca5d63af1bd799e867085dcdf1ce1e6 /net-irc | |
parent | net-irc/hexchat: add 2.16.2 (diff) | |
download | gentoo-fffac1da6ee00707a8a535509de85914348cce56.tar.gz gentoo-fffac1da6ee00707a8a535509de85914348cce56.tar.bz2 gentoo-fffac1da6ee00707a8a535509de85914348cce56.zip |
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@nexadn.de>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/hexchat/hexchat-9999.ebuild | 7 |
1 files 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 |