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 EF7191581D3 for ; Sun, 26 May 2024 13:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEECEE29F6; Sun, 26 May 2024 13:20:48 +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 A91AFE29F6 for ; Sun, 26 May 2024 13:20:48 +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 866B9343063 for ; Sun, 26 May 2024 13:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E91511736 for ; Sun, 26 May 2024 13:20:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1716729608.ea2c31177a8deed2225c5decf6a3562e6598e90e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/violetland/, games-action/violetland/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/violetland/files/violetland-0.5-boost1.85.patch games-action/violetland/violetland-0.5.ebuild X-VCS-Directories: games-action/violetland/files/ games-action/violetland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ea2c31177a8deed2225c5decf6a3562e6598e90e X-VCS-Branch: master Date: Sun, 26 May 2024 13:20:45 +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: 27b3dc6e-0560-4f04-8214-a274106823d6 X-Archives-Hash: f1ff81c9f8613a3e55d3270635d3a9a0 commit: ea2c31177a8deed2225c5decf6a3562e6598e90e Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 26 11:33:57 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 26 13:20:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2c3117 games-action/violetland: fix build with boost-1.85 Closes: https://bugs.gentoo.org/932778 Thanks-to: Torsten Kaiser Signed-off-by: Ionen Wolkens gentoo.org> games-action/violetland/files/violetland-0.5-boost1.85.patch | 8 ++++++++ games-action/violetland/violetland-0.5.ebuild | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/games-action/violetland/files/violetland-0.5-boost1.85.patch b/games-action/violetland/files/violetland-0.5-boost1.85.patch new file mode 100644 index 000000000000..8382122c0ccf --- /dev/null +++ b/games-action/violetland/files/violetland-0.5-boost1.85.patch @@ -0,0 +1,8 @@ +https://bugs.gentoo.org/932778 +--- a/src/game/Highscores.cpp ++++ b/src/game/Highscores.cpp +@@ -107,3 +107,3 @@ + boost::filesystem::copy_file(hsTempFile, hsFile, +- boost::filesystem::copy_option::overwrite_if_exists); ++ boost::filesystem::copy_options::overwrite_existing); + boost::filesystem::remove(hsTempFile); diff --git a/games-action/violetland/violetland-0.5.ebuild b/games-action/violetland/violetland-0.5.ebuild index 21c08d426767..2db7c5ac14cf 100644 --- a/games-action/violetland/violetland-0.5.ebuild +++ b/games-action/violetland/violetland-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,6 +28,10 @@ BDEPEND=" sys-devel/gettext " +PATCHES=( + "${FILESDIR}"/${P}-boost1.85.patch +) + src_prepare() { cmake_src_prepare