diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-06-27 02:48:36 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-06-27 02:48:36 -0400 |
commit | 036331e8d08eabbee6b88c00dc87f1596ac98e8f (patch) | |
tree | 6d512094cc23a3abb13a808678f0764933948529 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: add 9.2.0 (diff) | |
download | gentoo-036331e8d08eabbee6b88c00dc87f1596ac98e8f.tar.gz gentoo-036331e8d08eabbee6b88c00dc87f1596ac98e8f.tar.bz2 gentoo-036331e8d08eabbee6b88c00dc87f1596ac98e8f.zip |
app-emulation/wine-vanilla: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index ea264050fc99..27cb53b52387 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -8,7 +8,7 @@ inherit autotools flag-o-matic multilib multilib-build optfeature inherit prefix toolchain-funcs wrapper WINE_GECKO=2.47.4 -WINE_MONO=9.1.0 +WINE_MONO=9.2.0 if [[ ${PV} == *9999 ]]; then inherit git-r3 |