From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5D121584AD for ; Thu, 17 Apr 2025 22:07:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C2CF343003 for ; Thu, 17 Apr 2025 22:07:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9836C110494; Thu, 17 Apr 2025 22:07:09 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8E61C110494 for ; Thu, 17 Apr 2025 22:07:09 +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 47B88342FF9 for ; Thu, 17 Apr 2025 22:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5626186A for ; Thu, 17 Apr 2025 22:07:07 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1744927602.59f8405ed21e2e15344441cf122d5f7e970a2c56.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/acc/, games-util/acc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/acc/acc-1.60.ebuild games-util/acc/files/acc-1.60-cmake.patch X-VCS-Directories: games-util/acc/files/ games-util/acc/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 59f8405ed21e2e15344441cf122d5f7e970a2c56 X-VCS-Branch: master Date: Thu, 17 Apr 2025 22:07:07 +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: 333385a5-4641-479e-8445-111048032143 X-Archives-Hash: 52a68dec04acafcbeae31cffef142d03 commit: 59f8405ed21e2e15344441cf122d5f7e970a2c56 Author: James Le Cuirot gentoo org> AuthorDate: Thu Apr 17 22:06:42 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Apr 17 22:06:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f8405e games-util/acc: Patch to fix build with CMake 4 Thanks to NHOrus for their help with this. Closes: https://bugs.gentoo.org/951932 Closes: https://github.com/gentoo/gentoo/pull/41267 Signed-off-by: James Le Cuirot gentoo.org> games-util/acc/acc-1.60.ebuild | 4 +++- games-util/acc/files/acc-1.60-cmake.patch | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/games-util/acc/acc-1.60.ebuild b/games-util/acc/acc-1.60.ebuild index ae59620a784b..ffd9e41b2747 100644 --- a/games-util/acc/acc-1.60.ebuild +++ b/games-util/acc/acc-1.60.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,6 +17,8 @@ KEYWORDS="~amd64" # https://doomwiki.org/wiki/Raven_source_code_licensing RESTRICT="bindist mirror" +PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) + src_install() { dobin "${BUILD_DIR}"/${PN} dodoc readme.md diff --git a/games-util/acc/files/acc-1.60-cmake.patch b/games-util/acc/files/acc-1.60-cmake.patch new file mode 100644 index 000000000000..4245ddf0df69 --- /dev/null +++ b/games-util/acc/files/acc-1.60-cmake.patch @@ -0,0 +1,19 @@ +From df6a2735acccad9131ce73fa07506445cfe69ec2 Mon Sep 17 00:00:00 2001 +From: Rachael Alexanderson +Date: Wed, 26 Mar 2025 05:24:13 -0400 +Subject: [PATCH] - use cmake range syntax + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9dc54c3..d83a8ae 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.4) ++cmake_minimum_required(VERSION 3.5...4.0) + + project(acc) +