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 A5403158170 for ; Fri, 19 Jul 2024 08:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03C2E2A51; Fri, 19 Jul 2024 08:55:32 +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 AB3C5E2A51 for ; Fri, 19 Jul 2024 08:55:32 +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 A4863335D63 for ; Fri, 19 Jul 2024 08:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ED581DBB for ; Fri, 19 Jul 2024 08:55:30 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1721379272.05c24b1972e682151bb7a7a5327e656e0157a1c4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/motif/motif-2.3.8-r6.ebuild X-VCS-Directories: x11-libs/motif/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 05c24b1972e682151bb7a7a5327e656e0157a1c4 X-VCS-Branch: master Date: Fri, 19 Jul 2024 08:55:30 +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: 43075883-f56f-418b-b11e-ad1133030030 X-Archives-Hash: 95979c321bfee74fbbefee5157610ba1 commit: 05c24b1972e682151bb7a7a5327e656e0157a1c4 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 19 05:59:21 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jul 19 08:54:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c24b19 x11-libs/motif: Group all flag-o-matic calls together, drop a comment Signed-off-by: Ulrich Müller gentoo.org> x11-libs/motif/motif-2.3.8-r6.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/x11-libs/motif/motif-2.3.8-r6.ebuild b/x11-libs/motif/motif-2.3.8-r6.ebuild index c4fb0c84c9af..384fce5bf78d 100644 --- a/x11-libs/motif/motif-2.3.8-r6.ebuild +++ b/x11-libs/motif/motif-2.3.8-r6.ebuild @@ -50,6 +50,9 @@ src_prepare() { # bug #80421 filter-flags -ftracer + # -Werror=lto-type-mismatch + filter-lto + # feel free to fix properly if you care append-flags -fno-strict-aliasing @@ -70,13 +73,6 @@ src_prepare() { # remember the name of the C compiler for the native ABI MY_NATIVE_CC=$(tc-getCC) - - # -Werror=lto-type-mismatch - # - # Helpfully, the motif bugtracker is entirely down. They are also - # on sourceforge but only for merge requests? The project is a - # fascinating kind of ghostly haunting. Punting on reporting... for now. - filter-lto } multilib_src_configure() {