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 74D5E158089 for ; Sat, 9 Sep 2023 15:48:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0312BC024; Sat, 9 Sep 2023 15:48:15 +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 8145D2BC024 for ; Sat, 9 Sep 2023 15:48:15 +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 43C8E335C87 for ; Sat, 9 Sep 2023 15:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A93610E0 for ; Sat, 9 Sep 2023 15:48:12 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1694274483.2d910df296b0107b4cd3159181b0bba81a18eaf9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mongodb/mongodb-4.4.20.ebuild X-VCS-Directories: dev-db/mongodb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2d910df296b0107b4cd3159181b0bba81a18eaf9 X-VCS-Branch: master Date: Sat, 9 Sep 2023 15:48:12 +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: 785e5142-dc33-4064-ae87-fdfbab0349fd X-Archives-Hash: 4a1308ac6b1e514817dd92644a138b28 commit: 2d910df296b0107b4cd3159181b0bba81a18eaf9 Author: David Seifert gentoo org> AuthorDate: Sat Sep 9 15:48:03 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 9 15:48:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d910df2 dev-db/mongodb: fix build w/ gcc 13 Closes: https://bugs.gentoo.org/912416 Signed-off-by: David Seifert gentoo.org> dev-db/mongodb/mongodb-4.4.20.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/mongodb/mongodb-4.4.20.ebuild b/dev-db/mongodb/mongodb-4.4.20.ebuild index 46848e0dcb81..4dc301c49f07 100644 --- a/dev-db/mongodb/mongodb-4.4.20.ebuild +++ b/dev-db/mongodb/mongodb-4.4.20.ebuild @@ -62,6 +62,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.4.10-boost-1.79.patch" "${FILESDIR}/${PN}-4.4.10-no-force-lld.patch" "${FILESDIR}/${PN}-4.4.10-boost-1.81.patch" + "${FILESDIR}/${PN}-4.4.8-gcc-13.patch" ) S="${WORKDIR}/${MY_P}"