From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1703939-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B8D881580FD
	for <garchives@archives.gentoo.org>; Sat, 28 Dec 2024 20:08:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A7F6DE081E;
	Sat, 28 Dec 2024 20:08:13 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8D7E3E081E
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 20:08:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9BE6F33BF08
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 20:08:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CEF3190D
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Dec 2024 20:08:11 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1735351182.d842ad958387c91f9340255bc46986fb89a547b4.flow@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/mangohud/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-util/mangohud/mangohud-0.7.2-r1.ebuild games-util/mangohud/mangohud-9999.ebuild
X-VCS-Directories: games-util/mangohud/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: d842ad958387c91f9340255bc46986fb89a547b4
X-VCS-Branch: master
Date: Sat, 28 Dec 2024 20:08:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e13a4735-bc3e-49e0-b0a2-88f7963dccf4
X-Archives-Hash: cb92e515a866f3fec2e4fae93d4b7e0c

commit:     d842ad958387c91f9340255bc46986fb89a547b4
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Sat Dec 28 01:49:35 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 01:59:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d842ad95

Revert "games-util/mangohud: disable lto"

The issue is that MangoHud doesn't build with libc++
unrelated with LTO for now.

This reverts commit 46368c09827e0b556293650c447fdb9cc808ee57.

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 games-util/mangohud/mangohud-0.7.2-r1.ebuild | 3 ---
 games-util/mangohud/mangohud-9999.ebuild     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/games-util/mangohud/mangohud-0.7.2-r1.ebuild b/games-util/mangohud/mangohud-0.7.2-r1.ebuild
index f2c48d53b..568302aad 100644
--- a/games-util/mangohud/mangohud-0.7.2-r1.ebuild
+++ b/games-util/mangohud/mangohud-0.7.2-r1.ebuild
@@ -92,9 +92,6 @@ RDEPEND="
 "
 
 src_unpack() {
-	# Since the package dosent compile with lto (for LLVM at least) just filter it
-	filter-lto
-
 	default
 
 	[[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )

diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild
index 7447e22a5..5d39251e9 100644
--- a/games-util/mangohud/mangohud-9999.ebuild
+++ b/games-util/mangohud/mangohud-9999.ebuild
@@ -92,9 +92,6 @@ RDEPEND="
 "
 
 src_unpack() {
-	# Since the package dosent compile with lto (for LLVM at least) just filter it
-	filter-lto
-
 	default
 
 	[[ -n "${MY_PV_REV}" ]] && ( mv "${WORKDIR}/MangoHud-${MY_PV}${MY_PV_REV}" "${WORKDIR}/MangoHud-${PV}" || die )