summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-04 23:33:19 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-04 23:35:48 -0400
commitcd563cd1f55d614a7d6a2bed02e6845ac26a4893 (patch)
treeac5b220f9cbe8493e0f8dacf138acc5dd4ad2319 /media-sound
parentgnome-extra/cinnamon: drop 5.8.4 (diff)
downloadgentoo-cd563cd1f55d614a7d6a2bed02e6845ac26a4893.tar.gz
gentoo-cd563cd1f55d614a7d6a2bed02e6845ac26a4893.tar.bz2
gentoo-cd563cd1f55d614a7d6a2bed02e6845ac26a4893.zip
media-sound/musescore: mark as LTO-unsafe
Only for an old version. Conveniently, the newer releases have an entirely different LTO error, but are also already filtered. So let's complete the set so we can close a bug in stable keywords... Closes: https://bugs.gentoo.org/860885 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/musescore/musescore-3.6.2-r1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/musescore/musescore-3.6.2-r1.ebuild b/media-sound/musescore/musescore-3.6.2-r1.ebuild
index c5afad3d5f44..38e0104ea372 100644
--- a/media-sound/musescore/musescore-3.6.2-r1.ebuild
+++ b/media-sound/musescore/musescore-3.6.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_MAKEFILE_GENERATOR="emake"
CHECKREQS_DISK_BUILD=3500M
-inherit cmake qmake-utils xdg check-reqs
+inherit cmake flag-o-matic qmake-utils xdg check-reqs
if [[ ${PV} == "9999" ]]; then
inherit git-r3
@@ -83,6 +83,12 @@ src_prepare() {
}
src_configure() {
+ # -Werror=odr
+ # https://bugs.gentoo.org/860885
+ #
+ # The relevant code no longer exists in later releases.
+ filter-lto
+
# bug #766111
export PATH="$(qt5_get_bindir):${PATH}"