mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user