diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2021-09-25 20:45:30 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2021-09-25 20:45:30 -0400 |
commit | 3450382c956a1c32aac398e5f3c36e5512a1c6fd (patch) | |
tree | 92ff2392271183dce0463b65151460c60d0b5419 /app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild | |
parent | app-emulation/wine-staging: Bump to 6.18 (diff) | |
download | wine-3450382c956a1c32aac398e5f3c36e5512a1c6fd.tar.gz wine-3450382c956a1c32aac398e5f3c36e5512a1c6fd.tar.bz2 wine-3450382c956a1c32aac398e5f3c36e5512a1c6fd.zip |
app-emulation/wine-vanilla: Fix build
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild b/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild index 4acbaaf..5209a25 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-6.18.ebuild @@ -24,7 +24,7 @@ else fi S="${WORKDIR}/${MY_P}" -GWP_V="20200523" +GWP_V="20210925" PATCHDIR="${WORKDIR}/gentoo-wine-patches" DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" |