diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-26 06:00:56 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-26 06:11:00 -0400 |
commit | f5e63685051597c8d3ac1db27385a271eca6a2b7 (patch) | |
tree | d3fbb5c61d614bed1570ee4cd341262991ae13ef /app-emulation/wine-staging | |
parent | app-emulation/wine-vanilla: update wine-mono to 7.4.0 in live (diff) | |
download | gentoo-f5e63685051597c8d3ac1db27385a271eca6a2b7.tar.gz gentoo-f5e63685051597c8d3ac1db27385a271eca6a2b7.tar.bz2 gentoo-f5e63685051597c8d3ac1db27385a271eca6a2b7.zip |
app-emulation/wine-staging: update wine-mono to 7.4.0 in live
Technically doesn't use 7.4.0 "yet" if go by staging's latest
rebase, but next one will given wine-vanilla uses it now (live
ebuild allows mismatches for a reason anyway).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index fa306bc4285b..cdea713d3018 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-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 |