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 272AF158041 for ; Sun, 3 Mar 2024 23:16:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D553B2BC03D; Sun, 3 Mar 2024 23:16:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BF9BE2BC03D for ; Sun, 3 Mar 2024 23:16:39 +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 1137E33BE58 for ; Sun, 3 Mar 2024 23:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8750A14F9 for ; Sun, 3 Mar 2024 23:16:35 +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: <1709507716.c2f3d67ccd928ab5d65d63b4f7ce2693a119b2a6.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: c2f3d67ccd928ab5d65d63b4f7ce2693a119b2a6 X-VCS-Branch: master Date: Sun, 3 Mar 2024 23:16:35 +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: 1056c52c-4083-43a0-8233-ec86bda39ed9 X-Archives-Hash: 6dec6264b6e89bcbf81a7bea49078522 commit: c2f3d67ccd928ab5d65d63b4f7ce2693a119b2a6 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Mar 3 23:11:30 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Mar 3 23:15:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f3d67c 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 b38f1cc2b430..0ed494c19096 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -15,9 +15,9 @@ MY_PN_RPL="replays" MY_PN_SFX="opensound" MY_PN_TS="title-sequences" MY_PV_MSX="1.5" -MY_PV_OBJ="1.3.13" -MY_PV_RPL="0.0.78" -MY_PV_SFX="1.0.3" +MY_PV_OBJ="1.4.0" +MY_PV_RPL="0.0.79" +MY_PV_SFX="1.0.5" MY_PV_TS="0.4.6" DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2"