diff options
-rw-r--r-- | app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0.9.ebuild | 7 |
1 files 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 |