From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1480720-garchives=archives.gentoo.org@lists.gentoo.org>
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 BA05A15800F
	for <garchives@archives.gentoo.org>; Thu, 26 Jan 2023 07:23:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72958E0826;
	Thu, 26 Jan 2023 07:23:57 +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 59DCFE0826
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jan 2023 07:23:57 +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 5FAF7340ADB
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jan 2023 07:23:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 876F888A
	for <gentoo-commits@lists.gentoo.org>; Thu, 26 Jan 2023 07:23:54 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1674717517.c57b35cfc0bd671eaf3a86c330d31193a315c019.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/harfbuzz/harfbuzz-6.0.0.ebuild media-libs/harfbuzz/harfbuzz-9999.ebuild
X-VCS-Directories: media-libs/harfbuzz/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c57b35cfc0bd671eaf3a86c330d31193a315c019
X-VCS-Branch: master
Date: Thu, 26 Jan 2023 07:23:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a5ee1aa8-f39a-4d5c-a810-a14486921927
X-Archives-Hash: e00bf0cbb187817ab05897c6843fc5bc

commit:     c57b35cfc0bd671eaf3a86c330d31193a315c019
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 07:18:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 07:18:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57b35cf

media-libs/harfbuzz: drop obsolete c++14 force

Added in 2018 -- GCC 11 defaults to C++17 nowadays, Clang 6 defaulted to
C++14 and will change to C++17 in Clang 16.

So, this is either giving the same as the default, or it's regressing us.

Bug: https://bugs.gentoo.org/618772
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/harfbuzz/harfbuzz-6.0.0.ebuild | 3 ---
 media-libs/harfbuzz/harfbuzz-9999.ebuild  | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/media-libs/harfbuzz/harfbuzz-6.0.0.ebuild b/media-libs/harfbuzz/harfbuzz-6.0.0.ebuild
index 9f5fab0d08ae..becfa8986312 100644
--- a/media-libs/harfbuzz/harfbuzz-6.0.0.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-6.0.0.ebuild
@@ -68,9 +68,6 @@ src_prepare() {
 		test/shape/data/in-house/Makefile.sources \
 		|| die
 
-	# bug #618772
-	append-cxxflags -std=c++14
-
 	# bug #790359
 	filter-flags -fexceptions -fthreadsafe-statics
 

diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
index eb7d1a3728cf..bf572ed0f6ee 100644
--- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
@@ -64,9 +64,6 @@ src_prepare() {
 		test/shape/data/in-house/Makefile.sources \
 		|| die
 
-	# bug #618772
-	append-cxxflags -std=c++14
-
 	# bug #790359
 	filter-flags -fexceptions -fthreadsafe-statics