diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2020-05-23 18:40:36 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2020-05-23 18:43:42 -0400 |
commit | f4994ebb4c24a651984d8009a8738a0f3503f16e (patch) | |
tree | ce96673f149e5eaf82e337e0c711ca2a5ad26682 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | sys-apps/debianutils: drop old (diff) | |
download | gentoo-f4994ebb4c24a651984d8009a8738a0f3503f16e.tar.gz gentoo-f4994ebb4c24a651984d8009a8738a0f3503f16e.tar.bz2 gentoo-f4994ebb4c24a651984d8009a8738a0f3503f16e.zip |
app-emulation/wine-vanilla: Sync with ::wine
Bump to 5.9
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index f1b0c2c98e78..62a4fcb10e85 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -24,7 +24,7 @@ else fi S="${WORKDIR}/${MY_P}" -GWP_V="20191222" +GWP_V="20200523" PATCHDIR="${WORKDIR}/gentoo-wine-patches" DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" @@ -143,6 +143,7 @@ PATCHES=( "${PATCHDIR}/patches/${MY_PN}-5.0-winegcc.patch" #260726 "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615 "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611 + "${PATCHDIR}/patches/${MY_PN}-5.9-Revert-makedep-Install-also-generated-typelib-for-in.patch" ) PATCHES_BIN=() |