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 EAA4A158089 for ; Sun, 15 Oct 2023 22:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0039A2BC01C; Sun, 15 Oct 2023 22:04:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFC792BC01C for ; Sun, 15 Oct 2023 22:04:42 +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 34D4F335CEE for ; Sun, 15 Oct 2023 22:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD14121E for ; Sun, 15 Oct 2023 22:04:39 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1697407286.b9e353c0832ecc13dae3b7c5416852cca57e1c5d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch X-VCS-Directories: games-simulation/openrct2/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b9e353c0832ecc13dae3b7c5416852cca57e1c5d X-VCS-Branch: master Date: Sun, 15 Oct 2023 22:04:39 +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: a01db57b-c988-47a0-b84c-fbfa2472a10b X-Archives-Hash: 83f43b71ce7bc1e4d82fcb9f749574aa commit: b9e353c0832ecc13dae3b7c5416852cca57e1c5d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 15 16:17:31 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 15 22:01:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e353c0 games-simulation/openrct2: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33348 Signed-off-by: Conrad Kostecki gentoo.org> .../files/openrct2-0.4.4-dont-force-downloads.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch b/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch deleted file mode 100644 index c92816997487..000000000000 --- a/games-simulation/openrct2/files/openrct2-0.4.4-dont-force-downloads.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -160,12 +160,6 @@ - endif () - endif () - --# If OS is Linux, import OpenSoundEffects and OpenMusic --if(UNIX AND NOT APPLE) -- set(DOWNLOAD_OPENMSX ON) -- set(DOWNLOAD_OPENSFX ON) --endif() -- - # LIST of supported flags, use SET_CHECK_CXX_FLAGS() to apply to target. - # Use ADD_CHECK_CXX_COMPILER_FLAG() to add to list. - set(SUPPORTED_CHECK_CXX_COMPILER_FLAGS "")