From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B9A9158041 for ; Thu, 7 Mar 2024 23:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E9D6E29B9; Thu, 7 Mar 2024 23:51:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 126F5E29B9 for ; Thu, 7 Mar 2024 23:51:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C0F8335DC2 for ; Thu, 7 Mar 2024 23:51:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B10AB3D for ; Thu, 7 Mar 2024 23:51:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709855329.081c9a0a2501b3d84239e4b199a0e19a30e196b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte/vte-0.74.2.ebuild X-VCS-Directories: gui-libs/vte/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 081c9a0a2501b3d84239e4b199a0e19a30e196b4 X-VCS-Branch: master Date: Thu, 7 Mar 2024 23:51:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8157c777-241f-4c41-8938-eda412c4b5f8 X-Archives-Hash: 7069b9392ecbeb00b47a2e809baaf1cc commit: 081c9a0a2501b3d84239e4b199a0e19a30e196b4 Author: Sam James gentoo org> AuthorDate: Thu Mar 7 23:48:49 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 7 23:48:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081c9a0a gui-libs/vte: filter LTO Upstream don't support LTO & error out on it in meson.build. Closes: https://bugs.gentoo.org/926156 Signed-off-by: Sam James gentoo.org> gui-libs/vte/vte-0.74.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui-libs/vte/vte-0.74.2.ebuild b/gui-libs/vte/vte-0.74.2.ebuild index 1a44c617716e..403cbcb761c3 100644 --- a/gui-libs/vte/vte-0.74.2.ebuild +++ b/gui-libs/vte/vte-0.74.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -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://wiki.gnome.org/Apps/Terminal/VTE" @@ -69,6 +69,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 debugg)