Diff openrct2-0.4.5 with a openrct2-0.4.6

/usr/portage/games-simulation/openrct2/openrct2-0.4.6.ebuild 2023-10-09 14:52:31.136368392 +0300
11 11
MY_PN_TS="title-sequences"
12 12
MY_PV_OBJ="1.3.11"
13 13
MY_PV_RPL="0.0.78"
14
MY_PV_TS="0.4.0"
14
MY_PV_TS="0.4.6"
15 15

  
16 16
DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2"
17 17
HOMEPAGE="https://openrct2.org/"
......
25 25

  
26 26
LICENSE="GPL-3"
27 27
SLOT="0"
28
KEYWORDS="amd64 ~arm ~arm64 x86"
28
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
29 29
IUSE="dedicated +flac +opengl scripting test +truetype +vorbis"
30 30
RESTRICT="!test? ( test )"
31 31

  
......
73 73
PATCHES=(
74 74
	"${FILESDIR}/${PN}-0.4.0-include-additional-paths.patch"
75 75
	"${FILESDIR}/${PN}-0.4.1-gtest-1.10.patch"
76
	"${FILESDIR}/${PN}-0.4.4-dont-force-downloads.patch"
77 76
)
78 77

  
79 78
src_unpack() {
Thank you!