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 B1342158089 for ; Tue, 5 Sep 2023 13:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F10132BC051; Tue, 5 Sep 2023 13:05: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53BCA2BC054 for ; Tue, 5 Sep 2023 13:05: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9C97335D31 for ; Tue, 5 Sep 2023 13:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A9A41142 for ; Tue, 5 Sep 2023 13:05:48 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1693918873.6497f4c54b22ec759ef4ec7453afe29af0c44211.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt6-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6497f4c54b22ec759ef4ec7453afe29af0c44211 X-VCS-Branch: master Date: Tue, 5 Sep 2023 13:05:48 +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: 7c949a03-f77b-4e69-b21e-1510dc7a8731 X-Archives-Hash: d923cfe9a2aaaef08702bb2db05195bd commit: 6497f4c54b22ec759ef4ec7453afe29af0c44211 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 5 02:30:59 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 5 13:01:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6497f4c5 qt6-build.eclass: skip filter-lto if custom-cflags exists Do not think this is particularly useful, but it is to avoid false advertising when IUSE exists. As usual anyone enabling this is on their own. Signed-off-by: Ionen Wolkens gentoo.org> eclass/qt6-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass index 187427dd04da..0fa3091f8106 100644 --- a/eclass/qt6-build.eclass +++ b/eclass/qt6-build.eclass @@ -119,7 +119,7 @@ qt6-build_src_prepare() { # # Does not manifest itself with clang:16 (did with gcc-13.2.0), but # still assumed to be generally unsafe either way in current state. - filter-lto + in_iuse custom-cflags && use custom-cflags || filter-lto } # @FUNCTION: qt6-build_src_configure