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 C0CE615807C for ; Sat, 9 Nov 2024 01:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0540CE08A6; Sat, 9 Nov 2024 01:42:02 +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 pigeon.gentoo.org (Postfix) with ESMTPS id DDD90E08A6 for ; Sat, 9 Nov 2024 01:42:01 +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 025C633BF3B for ; Sat, 9 Nov 2024 01:42:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6B01E89 for ; Sat, 9 Nov 2024 01:41:57 +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: <1731115773.f2d9f102299913e4e1e64e8ff0691fc940cc1278.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openrct2/openrct2-9999.ebuild X-VCS-Directories: games-simulation/openrct2/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f2d9f102299913e4e1e64e8ff0691fc940cc1278 X-VCS-Branch: master Date: Sat, 9 Nov 2024 01:41:57 +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: 22516cea-db49-4ebd-aa5f-20d59fe2001b X-Archives-Hash: e94bc892fd19295ec3c85f59cb260ad9 commit: f2d9f102299913e4e1e64e8ff0691fc940cc1278 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Nov 9 01:19:29 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Nov 9 01:29:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d9f102 games-simulation/openrct2: update live ebuild Signed-off-by: Conrad Kostecki gentoo.org> games-simulation/openrct2/openrct2-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index cc9b7bfd01b4..17e2738c612e 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -15,8 +15,8 @@ MY_PN_RPL="replays" MY_PN_SFX="opensound" MY_PN_TS="title-sequences" MY_PV_MSX="1.6" -MY_PV_OBJ="1.4.8" -MY_PV_RPL="0.0.80" +MY_PV_OBJ="1.4.10" +MY_PV_RPL="0.0.83" MY_PV_SFX="1.0.5" MY_PV_TS="0.4.14" @@ -79,7 +79,7 @@ RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${PN}-0.4.1-gtest-1.10.patch" - "${FILESDIR}/${PN}-0.4.5-include-additional-paths.patch" + "${FILESDIR}/${PN}-0.4.6-include-additional-paths.patch" ) src_unpack() {