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 241D7158090 for ; Tue, 17 May 2022 23:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40F9BE07EA; Tue, 17 May 2022 23:08:49 +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 2305AE07EA for ; Tue, 17 May 2022 23:08:49 +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 D7FB43411AA for ; Tue, 17 May 2022 23:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 257DC389 for ; Tue, 17 May 2022 23:08:46 +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: <1652828345.1da5e9d810f1724e065df07ddc7fd0a3620fbf4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild X-VCS-Directories: dev-libs/icu-layoutex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1da5e9d810f1724e065df07ddc7fd0a3620fbf4f X-VCS-Branch: master Date: Tue, 17 May 2022 23:08:46 +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: 1ddb0281-ef05-4b49-9ec6-a5c7ae6a6a03 X-Archives-Hash: 59db9767056c2d5bb613fa934b2770bf commit: 1da5e9d810f1724e065df07ddc7fd0a3620fbf4f Author: Sam James gentoo org> AuthorDate: Tue May 17 22:55:10 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 22:59:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da5e9d8 dev-libs/icu-layoutex: explain append-cxxflags for C++14 Without context, it looks stale, but it isn't! ICU appends c++11 to flags otherwise. Signed-off-by: Sam James gentoo.org> dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild index d66b5589337f..5bbdcfa9444e 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-71.1.ebuild @@ -50,7 +50,9 @@ src_prepare() { } src_configure() { - # Use C++14 + # ICU tries to append -std=c++11 without this, so as of 71.1, + # despite GCC 9+ using c++14 (or gnu++14) and GCC 11+ using gnu++17, + # we still need this. append-cxxflags -std=c++14 if tc-is-cross-compiler; then