diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 12:37:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 12:37:07 +0300 |
commit | b6f8fd2b6967bf18692f3b4ca22c0104349a39b5 (patch) | |
tree | abb14f8d2c2a3ba294c72e6abca7456fe12e2ad7 /games-simulation | |
parent | sci-calculators/xsv: Convert crate list to @ syntax to silence warning (diff) | |
download | gentoo-b6f8fd2b6967bf18692f3b4ca22c0104349a39b5.tar.gz gentoo-b6f8fd2b6967bf18692f3b4ca22c0104349a39b5.tar.bz2 gentoo-b6f8fd2b6967bf18692f3b4ca22c0104349a39b5.zip |
games-simulation/openrct2: Stabilize 0.4.11 arm64, #932664
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openrct2/openrct2-0.4.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/openrct2/openrct2-0.4.11.ebuild b/games-simulation/openrct2/openrct2-0.4.11.ebuild index 0c6c414cedc5..e6877c1e023d 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 )" |