commit:     110127a91a9c35da799d5fb4c5a375b922d0a038
Author:     Peak <48360696+PeakKS <AT> users <DOT> noreply <DOT> github <DOT> 
com>
AuthorDate: Sat Aug 10 21:57:24 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 19:47:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110127a9

gui-libs/vte: filter LTO

LTO filter missing from this version bump

Signed-off-by: Peak <48360696+PeakKS <AT> users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/38074
Bug: https://bugs.gentoo.org/926156
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 gui-libs/vte/vte-0.76.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gui-libs/vte/vte-0.76.3.ebuild b/gui-libs/vte/vte-0.76.3.ebuild
index 1d0866faf17d..32ba40bcda9b 100644
--- a/gui-libs/vte/vte-0.76.3.ebuild
+++ b/gui-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/";
@@ -74,6 +74,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # Upstream don't support LTO & error out on it in meson.build (bug 
#926156)
+       filter-lto
+
        local emesonargs=(
                -Da11y=true
                $(meson_use debug)

Reply via email to