app-emulation/wine-proton: revert to old ver_rs

This was changed to accommodate _beta but does not quite work out
for e.g. 11.0.1b which needs to be 11.0-1b and not 11.0-1-b.
No real need to have logic that works for both given _beta is rare,
can just change to 2-3 when needed without touching 9999.

This was prompted due to looking at bumping 11.0.1b and 10.0.4b, but
neither will be added after all given there was 0 changes to wine
(changes are in a unusued repo to support newer steamworks).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-07-28 07:41:48 -04:00
parent 631ee93661
commit 92bcc03523
2 changed files with 3 additions and 3 deletions

View File

@@ -3,13 +3,13 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{12..14} )
inherit eapi9-ver flag-o-matic optfeature python-any-r1
inherit readme.gentoo-r1 toolchain-funcs wine
WINE_GECKO=2.47.4
WINE_MONO=10.4.1
WINE_PV=$(ver_rs 2-3 -)
WINE_PV=$(ver_rs 2 -)
if [[ ${PV} == 9999 ]]; then
inherit git-r3

View File

@@ -9,7 +9,7 @@ inherit readme.gentoo-r1 toolchain-funcs wine
WINE_GECKO=2.47.4
WINE_MONO=10.4.1
WINE_PV=$(ver_rs 2-3 -)
WINE_PV=$(ver_rs 2 -)
if [[ ${PV} == 9999 ]]; then
inherit git-r3