diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-05-11 12:45:49 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-05-11 12:48:19 -0400 |
commit | f5d5bd1e38017d122f03bcec8c535948d8932611 (patch) | |
tree | 27d86564c4193047136b0bdbc153d7176e9a1510 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | dev-lang/mozart-stdlib: Drop old (diff) | |
download | gentoo-f5d5bd1e38017d122f03bcec8c535948d8932611.tar.gz gentoo-f5d5bd1e38017d122f03bcec8c535948d8932611.tar.bz2 gentoo-f5d5bd1e38017d122f03bcec8c535948d8932611.zip |
app-emulation/wine-vanilla: Sync with ::wine
Push Chiitoo's changes
Package-Manager: Portage-2.3.66, Repoman-2.3.12
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index a10f0dced803..b248b2662776 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW" +PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW" PLOCALE_BACKUP="en" inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils @@ -24,7 +24,7 @@ else fi S="${WORKDIR}/${MY_P}" -GWP_V="20190430" +GWP_V="20190511" PATCHDIR="${WORKDIR}/gentoo-wine-patches" DESCRIPTION="Free implementation of Windows(tm) on Unix, without external patchsets" @@ -139,7 +139,7 @@ usr/share/applications/wine-uninstaller.desktop usr/share/applications/wine-winecfg.desktop" PATCHES=( - "${PATCHDIR}/patches/${MY_PN}-4.4-winegcc.patch" #260726 + "${PATCHDIR}/patches/${MY_PN}-4.8-winegcc.patch" #260726 "${PATCHDIR}/patches/${MY_PN}-4.7-multilib-portage.patch" #395615 "${PATCHDIR}/patches/${MY_PN}-4.7-memset-O3.patch" #480508 "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611 |