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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67319158042 for ; Sun, 20 Oct 2024 16:47:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6EFE077F; Sun, 20 Oct 2024 16:47:19 +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 5D594E077F for ; Sun, 20 Oct 2024 16:47:19 +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 587BC34309C for ; Sun, 20 Oct 2024 16:47:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB330AE7 for ; Sun, 20 Oct 2024 16:47:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1729442810.d71a2a9f5769614d4654777fbf08ece4b9aed68a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/thepeg/files/, sci-physics/thepeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/thepeg/files/thepeg-2.3.0-functional.patch sci-physics/thepeg/thepeg-2.3.0.ebuild X-VCS-Directories: sci-physics/thepeg/files/ sci-physics/thepeg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d71a2a9f5769614d4654777fbf08ece4b9aed68a X-VCS-Branch: master Date: Sun, 20 Oct 2024 16:47:16 +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: 51f67abd-a9c2-4e6d-bef7-c2f8581bf12a X-Archives-Hash: c9cbda615542c116c6a72a50dee0d928 commit: d71a2a9f5769614d4654777fbf08ece4b9aed68a Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Oct 20 13:05:58 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Oct 20 16:46:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71a2a9f sci-physics/thepeg: add missing include Closes: https://bugs.gentoo.org/941477 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Closes: https://github.com/gentoo/gentoo/pull/39054 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-physics/thepeg/files/thepeg-2.3.0-functional.patch | 10 ++++++++++ sci-physics/thepeg/thepeg-2.3.0.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/sci-physics/thepeg/files/thepeg-2.3.0-functional.patch b/sci-physics/thepeg/files/thepeg-2.3.0-functional.patch new file mode 100644 index 000000000000..4b25e3f2a188 --- /dev/null +++ b/sci-physics/thepeg/files/thepeg-2.3.0-functional.patch @@ -0,0 +1,10 @@ +--- a/Config/std.h 2024-10-20 14:58:16.121021570 +0200 ++++ b/Config/std.h 2024-10-20 14:58:25.804498716 +0200 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + + namespace std { + diff --git a/sci-physics/thepeg/thepeg-2.3.0.ebuild b/sci-physics/thepeg/thepeg-2.3.0.ebuild index f378565e51ca..19e2855c35cb 100644 --- a/sci-physics/thepeg/thepeg-2.3.0.ebuild +++ b/sci-physics/thepeg/thepeg-2.3.0.ebuild @@ -53,6 +53,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.8.3-java.patch "${FILESDIR}"/${PN}-2.0.4-gcc6.patch "${FILESDIR}"/${PN}-2.3.0-rivet.patch # properly support rivet/yoda weights in thepeg, reported to upstream by mail. + "${FILESDIR}"/${PN}-2.3.0-functional.patch # https://bugs.gentoo.org/941477 ) src_prepare() {