diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-05-03 21:26:30 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-05-03 21:27:19 +0200 |
commit | ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f (patch) | |
tree | 6c8774eb783ae437fb025a40bf69b251921134c0 /app-misc | |
parent | net-libs/signon-ui: add qml USE dep on qtwebengine:6 (diff) | |
download | gentoo-ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f.tar.gz gentoo-ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f.tar.bz2 gentoo-ac8fa2f619bcb6ceeaf0000c0ec642ff7866f19f.zip |
app-misc/openrgb-plugin-effects: filter-lto
Closes: https://bugs.gentoo.org/927749
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-misc')
-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 |