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 68B1B158041 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 34D6AE29BE; Thu, 7 Mar 2024 23:51:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1F6C8E29BE 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 46BD93408DD 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 953B014EE 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: <1709855426.3328d5802637e2a9aeca0e0886bbb5cb9b8a8b5a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte-common/vte-common-0.74.2.ebuild X-VCS-Directories: gui-libs/vte-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3328d5802637e2a9aeca0e0886bbb5cb9b8a8b5a 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: 8c748f76-a899-4be9-b31c-0b6a8d407c2e X-Archives-Hash: 65f2879b1501a1382461df4f73e8355b commit: 3328d5802637e2a9aeca0e0886bbb5cb9b8a8b5a Author: Sam James gentoo org> AuthorDate: Thu Mar 7 23:50:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 7 23:50:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3328d580 gui-libs/vte-common: 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-common/vte-common-0.74.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui-libs/vte-common/vte-common-0.74.2.ebuild b/gui-libs/vte-common/vte-common-0.74.2.ebuild index d37ba2204f0f..bd3329c693d8 100644 --- a/gui-libs/vte-common/vte-common-0.74.2.ebuild +++ b/gui-libs/vte-common/vte-common-0.74.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -inherit gnome.org meson python-any-r1 +inherit flag-o-matic gnome.org meson python-any-r1 DESCRIPTION="Library providing a virtual terminal emulator widget" HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE" @@ -48,6 +48,9 @@ src_prepare() { } src_configure() { + # Upstream don't support LTO & error out on it in meson.build (bug #926156) + filter-lto + local emesonargs=( -Da11y=false -Ddebugg=false