diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-09 00:48:33 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-09 01:37:19 -0500 |
commit | ba2333e2657eba2ee480f553c40dee774562554c (patch) | |
tree | 2ceb698c28b29b8d3c0a26f048abb255b8cda9f7 /app-emulation | |
parent | dev-libs/raft: remove unused patch (diff) | |
download | gentoo-ba2333e2657eba2ee480f553c40dee774562554c.tar.gz gentoo-ba2333e2657eba2ee480f553c40dee774562554c.tar.bz2 gentoo-ba2333e2657eba2ee480f553c40dee774562554c.zip |
app-emulation/wine-proton: bump wine-mono to 8.1.0 in live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index 16f19e3a308d..0a9164591bd5 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.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.3 -WINE_MONO=8.0.1 +WINE_MONO=8.1.0 WINE_PV=$(ver_rs 2 -) if [[ ${PV} == *9999 ]]; then |