From 92bcc035237a06d2fd5ff1370f3796fb0864c7b9 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 28 Jul 2026 07:41:48 -0400 Subject: [PATCH] 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 --- app-emulation/wine-proton/wine-proton-11.0.1.ebuild | 4 ++-- app-emulation/wine-proton/wine-proton-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/wine-proton/wine-proton-11.0.1.ebuild b/app-emulation/wine-proton/wine-proton-11.0.1.ebuild index fde3f2a40e701..89c645448393d 100644 --- a/app-emulation/wine-proton/wine-proton-11.0.1.ebuild +++ b/app-emulation/wine-proton/wine-proton-11.0.1.ebuild @@ -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 diff --git a/app-emulation/wine-proton/wine-proton-9999.ebuild b/app-emulation/wine-proton/wine-proton-9999.ebuild index 291832b8e93da..9f867fbadd17e 100644 --- a/app-emulation/wine-proton/wine-proton-9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-9999.ebuild @@ -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