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 9EA521581D3 for ; Sat, 25 May 2024 02:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C5DE29FA; Sat, 25 May 2024 02:03:09 +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 F3FF9E29FA for ; Sat, 25 May 2024 02:03:08 +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 16EB433FD3F for ; Sat, 25 May 2024 02:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15D151B4A for ; Sat, 25 May 2024 02:03:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1716602488.a44cbb071bc3cf857afb96ce8e697cf020351820.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/openrct2/openrct2-0.4.11.ebuild X-VCS-Directories: games-simulation/openrct2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a44cbb071bc3cf857afb96ce8e697cf020351820 X-VCS-Branch: master Date: Sat, 25 May 2024 02:03:05 +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: 089f1206-42b7-4129-a8c3-6006a2ddb6c7 X-Archives-Hash: 8689ac0cce2def359458dab9b5bf6aef commit: a44cbb071bc3cf857afb96ce8e697cf020351820 Author: Sam James gentoo org> AuthorDate: Sat May 25 02:01:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 25 02:01:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44cbb07 games-simulation/openrct2: Stabilize 0.4.11 ppc64, #932664 Signed-off-by: Sam James gentoo.org> games-simulation/openrct2/openrct2-0.4.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-simulation/openrct2/openrct2-0.4.11.ebuild b/games-simulation/openrct2/openrct2-0.4.11.ebuild index a009b5a8f3a8..061da6771921 100644 --- a/games-simulation/openrct2/openrct2-0.4.11.ebuild +++ b/games-simulation/openrct2/openrct2-0.4.11.ebuild @@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86" IUSE="dedicated +flac +opengl scripting test +truetype +vorbis" RESTRICT="!test? ( test )"