diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-26 06:00:40 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-26 06:10:32 -0400 |
commit | 68f941842ea27c23980e6a32f27ef0425c0aedf0 (patch) | |
tree | 654a5470a7f6ec848349ec8938e5d9a4ab7385b5 /app-emulation/wine-vanilla | |
parent | app-emulation/wine-mono: add 7.4.0 (diff) | |
download | gentoo-68f941842ea27c23980e6a32f27ef0425c0aedf0.tar.gz gentoo-68f941842ea27c23980e6a32f27ef0425c0aedf0.tar.bz2 gentoo-68f941842ea27c23980e6a32f27ef0425c0aedf0.zip |
app-emulation/wine-vanilla: update wine-mono to 7.4.0 in 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 4ad3720b207d..182a3b611155 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.3 -WINE_MONO=7.3.0 +WINE_MONO=7.4.0 if [[ ${PV} == *9999 ]]; then inherit git-r3 |