diff options
author | Sam James <sam@gentoo.org> | 2024-02-29 02:23:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-29 02:24:11 +0000 |
commit | bcb8ac495537ea0175c72594aad868576bdf926b (patch) | |
tree | af8bb4c5545d9996d6413167866ebba80359adba /kde-plasma | |
parent | sci-biology/exonerate: mark LTO-unsafe (diff) | |
download | gentoo-bcb8ac495537ea0175c72594aad868576bdf926b.tar.gz gentoo-bcb8ac495537ea0175c72594aad868576bdf926b.tar.bz2 gentoo-bcb8ac495537ea0175c72594aad868576bdf926b.zip |
kde-plasma/kwayland: filter-LTO in SLOT 6
Still an issue upstream.
Bug: https://bugs.gentoo.org/866575
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland/kwayland-6.0.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kde-plasma/kwayland/kwayland-6.0.0.ebuild b/kde-plasma/kwayland/kwayland-6.0.0.ebuild index 8ebeb6320394..20d88c070389 100644 --- a/kde-plasma/kwayland/kwayland-6.0.0.ebuild +++ b/kde-plasma/kwayland/kwayland-6.0.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=6.0 QTMIN=6.6.2 -inherit ecm plasma.kde.org +inherit ecm flag-o-matic plasma.kde.org DESCRIPTION="Qt-style API to interact with the wayland-client API" HOMEPAGE="https://invent.kde.org/frameworks/kwayland" @@ -35,3 +35,8 @@ BDEPEND=" >=dev-qt/qtwayland-${QTMIN}:6 >=dev-util/wayland-scanner-1.19.0 " + +src_configure() { + filter-lto # bug 866575 + ecm_src_configure +} |