commit: 9d40a05bd21e1f8123cc7728748ac6dfa6241247 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 19:30:40 2024 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 19:30:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d40a05b
x11-libs/vte: Filter LTO since upstream does not support it Bug: https://bugs.gentoo.org/937621 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> x11-libs/vte/vte-0.76.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.76.3.ebuild b/x11-libs/vte/vte-0.76.3.ebuild index 285113a92726..09a196f39dae 100644 --- a/x11-libs/vte/vte-0.76.3.ebuild +++ b/x11-libs/vte/vte-0.76.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -inherit gnome.org meson python-any-r1 vala xdg +inherit flag-o-matic gnome.org meson python-any-r1 vala xdg DESCRIPTION="Library providing a virtual terminal emulator widget" HOMEPAGE="https://gitlab.gnome.org/GNOME/vte/" @@ -76,6 +76,9 @@ src_prepare() { } src_configure() { + # Upstream don't support LTO & error out on it in meson.build + filter-lto + local emesonargs=( -Da11y=true $(meson_use debug)
