diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-19 03:58:45 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-19 04:15:13 -0400 |
commit | 01e819da354182ca6d009ef07e09b90ff32335b6 (patch) | |
tree | e30f1b1e5a1efdaf828644bb2af59f63bd406643 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: add 8.0.0 (diff) | |
download | gentoo-01e819da354182ca6d009ef07e09b90ff32335b6.tar.gz gentoo-01e819da354182ca6d009ef07e09b90ff32335b6.tar.bz2 gentoo-01e819da354182ca6d009ef07e09b90ff32335b6.zip |
app-emulation/wine-vanilla: bump live to wine-mono:8.0.0
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 b8ac1a27c65a..a513b26e07bb 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -7,7 +7,7 @@ MULTILIB_COMPAT=( abi_x86_{32,64} ) inherit autotools flag-o-matic multilib multilib-build toolchain-funcs wrapper WINE_GECKO=2.47.4 -WINE_MONO=7.4.0 +WINE_MONO=8.0.0 if [[ ${PV} == *9999 ]]; then inherit git-r3 |