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 AE4E215800A for ; Sat, 2 Sep 2023 00:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FC22BC014; Sat, 2 Sep 2023 00:24:02 +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 8B2842BC014 for ; Sat, 2 Sep 2023 00:24:02 +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 84B25340D31 for ; Sat, 2 Sep 2023 00:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7CAF10DF for ; Sat, 2 Sep 2023 00:23:59 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1693614234.791ea6cb7a7ab2eb006a947bb74275e1fceaf98b.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lshw/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild X-VCS-Directories: sys-apps/lshw/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 791ea6cb7a7ab2eb006a947bb74275e1fceaf98b X-VCS-Branch: master Date: Sat, 2 Sep 2023 00:23:59 +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: 83839dc7-2964-4439-a465-b9ebfe2f7b43 X-Archives-Hash: d7a823f8601dc2eaa3c31203e3f48177 commit: 791ea6cb7a7ab2eb006a947bb74275e1fceaf98b Author: George Burgess IV google com> AuthorDate: Wed Aug 9 19:25:38 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Sep 2 00:23:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791ea6cb sys-apps/lshw: force c++14 in version 02.19.2b_p20210121 Clang has used C++17 as its default standard since clang-16 (released 17-Mar-2023). This version of lshw does not compile cleanly with this new standard. Keep it on C++14, since newer versions compile without issue. Signed-off-by: George Burgess IV google.com> Closes: https://github.com/gentoo/gentoo/pull/32235 Signed-off-by: Ben Kohler gentoo.org> ...2.19.2b_p20210121-r3.ebuild => lshw-02.19.2b_p20210121-r4.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild b/sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild similarity index 90% rename from sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild rename to sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild index 527ff09582af..1b0a868d5049 100644 --- a/sys-apps/lshw/lshw-02.19.2b_p20210121-r3.ebuild +++ b/sys-apps/lshw/lshw-02.19.2b_p20210121-r4.ebuild @@ -65,6 +65,11 @@ src_prepare() { src_compile() { tc-export CC CXX AR PKG_CONFIG use static && append-ldflags -static + # Some toolchains are defaulting to C++17, which causes + # `