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 A4B8E158064 for ; Fri, 3 May 2024 19:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BF9E29FF; Fri, 3 May 2024 19:27:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BC618E29FF for ; Fri, 3 May 2024 19:27:34 +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 DFDB63430E1 for ; Fri, 3 May 2024 19:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 719BB93E for ; Fri, 3 May 2024 19:27:32 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1714764439.ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-effects/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild X-VCS-Directories: app-misc/openrgb-plugin-effects/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f X-VCS-Branch: master Date: Fri, 3 May 2024 19:27:32 +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: ef715d93-aa94-454f-bcdf-af1ef5367899 X-Archives-Hash: cab3106217daf27032affb8999c82341 commit: ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri May 3 19:26:30 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri May 3 19:27:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8fa2f6 app-misc/openrgb-plugin-effects: filter-lto Closes: https://bugs.gentoo.org/927749 Signed-off-by: Andrew Ammerlaan gentoo.org> app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild index d3576d7dfc30..099f9d14d9a4 100644 --- a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild +++ b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit qmake-utils +inherit flag-o-matic qmake-utils DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across devices" HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin" @@ -39,6 +39,9 @@ PATCHES=( src_prepare() { default + + filter-lto # Bug 927749 + rm -r OpenRGB || die ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die sed -e '/^GIT_/d' -i *.pro || die