From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1508893-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 0A75B15ACFB
	for <garchives@archives.gentoo.org>; Tue, 18 Apr 2023 11:16:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 363BEE091D;
	Tue, 18 Apr 2023 11:16:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 E88F8E091D
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2023 11:16:51 +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 14218335D96
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2023 11:16:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A7357A1C
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Apr 2023 11:16:48 +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: <1681816566.152cb3a2d4c97ae308232d8cf7ad954ecd7408c0.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
X-VCS-Directories: dev-cpp/abseil-cpp/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 152cb3a2d4c97ae308232d8cf7ad954ecd7408c0
X-VCS-Branch: master
Date: Tue, 18 Apr 2023 11:16:48 +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: 0ad7478d-4f58-4871-ab19-87ba0a4b1024
X-Archives-Hash: 5291b1d82d97abd298de008ab28e850c

commit:     152cb3a2d4c97ae308232d8cf7ad954ecd7408c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 11:16:06 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 11:16:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152cb3a2

dev-cpp/abseil-cpp: fix build w/ gcc 13

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

 dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
index cf4ff66b0425..b321f55076b5 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.3.ebuild
@@ -36,6 +36,7 @@ RESTRICT="!test? ( test )"
 
 PATCHES=(
 	"${FILESDIR}/${PN}-20200923-arm_no_crypto.patch"
+	"${FILESDIR}/${PN}-20211102.0-r2-gcc-13.patch"
 	"${FILESDIR}/${PN}-20210324.1-glibc-2.34.patch"
 )