From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1692216-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 080FD1581EC
	for <garchives@archives.gentoo.org>; Fri, 22 Nov 2024 14:29:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D8F3E082F;
	Fri, 22 Nov 2024 14:29:18 +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 22BD7E082F
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2024 14:29:18 +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 2699C341C4B
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2024 14:29:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B16AE7
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Nov 2024 14:29:15 +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: <1732285692.b364fd0b9da65f6cc30bb1ee5887ea148b1baae7.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/firebird/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild
X-VCS-Directories: dev-db/firebird/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b364fd0b9da65f6cc30bb1ee5887ea148b1baae7
X-VCS-Branch: master
Date: Fri, 22 Nov 2024 14:29:15 +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: efc7bf83-5608-465c-93d3-d29252746f98
X-Archives-Hash: c31d8f52150243a6abe7e5da4417e01b

commit:     b364fd0b9da65f6cc30bb1ee5887ea148b1baae7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 14:28:12 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 14:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b364fd0b

Revert "dev-db/firebird: build w/ gnu++03"

This reverts commit a226c8c382e6c9d45f3e812e09476ab13380666e.

I'm not sure what I was thinking here.

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

 dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild | 2 --
 dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild b/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild
index 786f4b4ea1b8..5fd90979b8e5 100644
--- a/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild
+++ b/dev-db/firebird/firebird-3.0.10.33601.0-r2.ebuild
@@ -94,8 +94,6 @@ src_prepare() {
 	# bug #917662, bug #924659
 	filter-lto
 	append-flags -fno-strict-aliasing $(test-flags-CXX -fno-lifetime-dse)
-	# bug #943285
-	append-cxxflags -std=gnu++03
 
 	# use gentoo's CXXFLAGS instead of whatever firebird decided on
 	# doesn't replace all firebird's CXXFLAGS, but at least this is last,

diff --git a/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild b/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild
index 42e2da418f36..6f2ba7ca3b89 100644
--- a/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild
+++ b/dev-db/firebird/firebird-3.0.4.33054.0-r3.ebuild
@@ -96,8 +96,6 @@ src_configure() {
 	# bug #917662, bug #924659
 	filter-lto
 	append-flags -fno-strict-aliasing $(test-flags-CXX -fno-lifetime-dse)
-	# bug #943285
-	append-cxxflags -std=gnu++03
 
 	# otherwise this doesnt build with gcc-6
 	# http://tracker.firebirdsql.org/browse/CORE-5099