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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3F77158095 for ; Wed, 7 Sep 2022 02:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF19FE0826; Wed, 7 Sep 2022 02:05:07 +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 AED9BE0826 for ; Wed, 7 Sep 2022 02:05:07 +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 AF80C340BDE for ; Wed, 7 Sep 2022 02:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280A95C6 for ; Wed, 7 Sep 2022 02:05:05 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1662516300.6d6d0127c785423692e175399b4e6c317587524a.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/openmsx/, games-emulation/openmsx/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/openmsx/files/openmsx-18.0-add-ctime.patch games-emulation/openmsx/openmsx-18.0-r1.ebuild games-emulation/openmsx/openmsx-18.0-r2.ebuild X-VCS-Directories: games-emulation/openmsx/ games-emulation/openmsx/files/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 6d6d0127c785423692e175399b4e6c317587524a X-VCS-Branch: master Date: Wed, 7 Sep 2022 02:05:05 +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: d3493054-9803-4cbd-b532-fc7636174eac X-Archives-Hash: 1abf5bdd4b0e9b01149bd04151153ed8 commit: 6d6d0127c785423692e175399b4e6c317587524a Author: John Helmert III gentoo org> AuthorDate: Wed Sep 7 02:03:59 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Wed Sep 7 02:05:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6d0127 games-emulation/openmsx: fix time_t build failure Closes: https://bugs.gentoo.org/868726 Signed-off-by: John Helmert III gentoo.org> .../openmsx/files/openmsx-18.0-add-ctime.patch | 15 +++++++++++++++ .../{openmsx-18.0-r1.ebuild => openmsx-18.0-r2.ebuild} | 2 ++ 2 files changed, 17 insertions(+) diff --git a/games-emulation/openmsx/files/openmsx-18.0-add-ctime.patch b/games-emulation/openmsx/files/openmsx-18.0-add-ctime.patch new file mode 100644 index 000000000000..bc104acaeec5 --- /dev/null +++ b/games-emulation/openmsx/files/openmsx-18.0-add-ctime.patch @@ -0,0 +1,15 @@ +https://github.com/openMSX/openMSX/pull/1445 +https://bugs.gentoo.org/868726 + +diff --git a/src/file/FileBase.hh b/src/file/FileBase.hh +index ec17fb641..d7397f908 100644 +--- a/src/file/FileBase.hh ++++ b/src/file/FileBase.hh +@@ -4,6 +4,7 @@ + #include "MemBuffer.hh" + #include "span.hh" + #include ++#include + #include + + namespace openmsx { diff --git a/games-emulation/openmsx/openmsx-18.0-r1.ebuild b/games-emulation/openmsx/openmsx-18.0-r2.ebuild similarity index 98% rename from games-emulation/openmsx/openmsx-18.0-r1.ebuild rename to games-emulation/openmsx/openmsx-18.0-r2.ebuild index 74a4c7604b70..ba32a858f88c 100644 --- a/games-emulation/openmsx/openmsx-18.0-r1.ebuild +++ b/games-emulation/openmsx/openmsx-18.0-r2.ebuild @@ -38,6 +38,8 @@ the following directories: /usr/share/${PN}/systemroms or ~/.openMSX/share/systemroms " +PATCHES=( "${FILESDIR}/${P}-add-ctime.patch" ) + src_prepare() { default sed -i \