Diff wine-proton-8.0.3c with a wine-proton-8.0.4

/usr/portage/app-emulation/wine-proton/wine-proton-8.0.4.ebuild 2023-10-09 14:52:28.740368331 +0300
9 9
inherit python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper
10 10

  
11 11
WINE_GECKO=2.47.3
12
WINE_MONO=7.4.1
12
WINE_MONO=8.0.1
13 13
WINE_PV=$(ver_rs 2 -)
14 14

  
15 15
if [[ ${PV} == *9999 ]]; then
......
19 19
else
20 20
	SRC_URI="https://github.com/ValveSoftware/wine/archive/refs/tags/proton-wine-${WINE_PV}.tar.gz"
21 21
	S="${WORKDIR}/${PN}-wine-${WINE_PV}"
22
	KEYWORDS="-* amd64 ~x86"
22
	KEYWORDS="-* ~amd64 ~x86"
23 23
fi
24 24

  
25 25
DESCRIPTION="Valve Software's fork of Wine"
......
190 190
		# upstream (Valve) doesn't really support misc configurations (e.g.
191 191
		# adds vulkan code not always guarded by --with-vulkan), so force
192 192
		# some major options that are typically needed by games either way
193
		# TODO?: --without-mingw could make sense *if* using clang, assuming
194
		# bug #912237 is resolved (consider when do USE=wow64 in proton-9)
193 195
		--with-freetype
194 196
		--with-mingw # needed by many, notably Blizzard titles
195 197
		--with-opengl
Thank you!