Skip to content

Commit

Permalink
kde-plasma/kwayland: filter-lto in SLOT 5
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/866575
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Feb 6, 2024
1 parent 5694c83 commit d7dd69c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion kde-plasma/kwayland/kwayland-5.115.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=$(ver_cut 1-2)
QTMIN=5.15.9
inherit ecm frameworks.kde.org
inherit ecm flag-o-matic frameworks.kde.org

DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
Expand Down Expand Up @@ -37,3 +37,8 @@ BDEPEND="
>=dev-qt/qtwaylandscanner-${QTMIN}:5
>=dev-util/wayland-scanner-1.19.0
"

src_configure() {
filter-lto # bug 866575
ecm_src_configure
}
7 changes: 6 additions & 1 deletion kde-plasma/kwayland/kwayland-5.239.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ECM_QTHELP="true"
ECM_TEST="true"
KFMIN=$(ver_cut 1-2)
QTMIN=5.15.9
inherit ecm frameworks.kde.org
inherit ecm flag-o-matic frameworks.kde.org

DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
Expand Down Expand Up @@ -37,3 +37,8 @@ BDEPEND="
>=dev-qt/qtwaylandscanner-${QTMIN}:5
>=dev-util/wayland-scanner-1.19.0
"

src_configure() {
filter-lto # bug 866575
ecm_src_configure
}

0 comments on commit d7dd69c

Please sign in to comment.