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 A0287158094 for ; Tue, 23 Aug 2022 05:24:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2481E07D8; Tue, 23 Aug 2022 05:24:21 +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 74CC9E0827 for ; Tue, 23 Aug 2022 05:24:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1AA2340E24 for ; Tue, 23 Aug 2022 05:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5536658B for ; Tue, 23 Aug 2022 05:24:18 +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: <1661232235.8fbc406e3fdc55d1e623ce2610f03a943d0d1e36.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/hexchat/hexchat-2.16.1-r1.ebuild net-irc/hexchat/hexchat-9999.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fbc406e3fdc55d1e623ce2610f03a943d0d1e36 X-VCS-Branch: master Date: Tue, 23 Aug 2022 05:24:18 +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: 6fc15bf8-caab-4e91-b62c-f424cb185ffe X-Archives-Hash: 666913b8c87b8b4e76a16eb4de9c46e0 commit: 8fbc406e3fdc55d1e623ce2610f03a943d0d1e36 Author: Adrian Schollmeyer nexadn de> AuthorDate: Sun Aug 21 19:13:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 23 05:23:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbc406e net-irc/hexchat: Filter LTO flags Workaround for LTO type mismatch issue until upstream applies the fix for this issue [1]. [1] https://github.com/hexchat/hexchat/issues/2726 Closes: https://bugs.gentoo.org/861458 Signed-off-by: Adrian Schollmeyer nexadn.de> Closes: https://github.com/gentoo/gentoo/pull/26949 Signed-off-by: Sam James gentoo.org> net-irc/hexchat/{hexchat-9999.ebuild => hexchat-2.16.1-r1.ebuild} | 5 ++++- net-irc/hexchat/hexchat-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild similarity index 95% copy from net-irc/hexchat/hexchat-9999.ebuild copy to net-irc/hexchat/hexchat-2.16.1-r1.ebuild index 06de44ed5d3d..a47f759179d2 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{8..10} ) -inherit lua-single meson mono-env python-single-r1 xdg +inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg DESCRIPTION="Graphical IRC client based on XChat" HOMEPAGE="https://hexchat.github.io/" @@ -75,6 +75,9 @@ pkg_setup() { } src_configure() { + # LTO type mismatch, https://bugs.gentoo.org/861458 + filter-lto + local emesonargs=( -Ddbus-service-use-appid=false -Dinstall-appdata=false diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 06de44ed5d3d..a47f759179d2 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{8..10} ) -inherit lua-single meson mono-env python-single-r1 xdg +inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg DESCRIPTION="Graphical IRC client based on XChat" HOMEPAGE="https://hexchat.github.io/" @@ -75,6 +75,9 @@ pkg_setup() { } src_configure() { + # LTO type mismatch, https://bugs.gentoo.org/861458 + filter-lto + local emesonargs=( -Ddbus-service-use-appid=false -Dinstall-appdata=false