diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-10-02 00:30:52 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-10-02 00:34:40 -0400 |
commit | 7d8fe16667c8efeb957dce16f704563ce87d699c (patch) | |
tree | 27a17ade1e2af3b61f57b1429f3e3ffafdbda937 /app-emulation | |
parent | dev-util/qbs: add 2.4.2 (diff) | |
download | gentoo-7d8fe16667c8efeb957dce16f704563ce87d699c.tar.gz gentoo-7d8fe16667c8efeb957dce16f704563ce87d699c.tar.bz2 gentoo-7d8fe16667c8efeb957dce16f704563ce87d699c.zip |
app-emulation/wine-proton: update live?
wine-mono was at 9.3.0 (still seeing the old value in a old checkout)
but seems the commit that made that change is gone, was the
experimental_9.0 branch force pushed?
Odds are it's a mistake and will have to change it back, but adjust
anyway in the interim.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-9.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild index 40365fde2442..9c233aee5903 100644 --- a/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-9.0.9999.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic multilib multilib-build prefix inherit python-any-r1 readme.gentoo-r1 toolchain-funcs wrapper WINE_GECKO=2.47.4 -WINE_MONO=9.3.0 +WINE_MONO=9.1.0 WINE_PV=$(ver_rs 2 -) if [[ ${PV} == *9999 ]]; then |