summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-09 07:59:27 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-09 07:59:30 -0400
commit6533f624c6ca6027012d4b01efd6b2b4d07efef7 (patch)
tree7d52e2008a6e4359a65458beb4452d011eb0572e
parentnet-dns/dnsdist: drop 1.9.0 (diff)
downloadgentoo-6533f624.tar.gz
gentoo-6533f624.tar.bz2
gentoo-6533f624.zip
app-emulation/wine-staging: remove obsolete USE=-mingw patch skips
Neither are needed anymore, and the 2nd is also missing in 9.6+ build failure wrt bug #929001. Closes: https://bugs.gentoo.org/929001 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--app-emulation/wine-staging/wine-staging-9.6.ebuild5
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild5
2 files changed, 0 insertions, 10 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9.6.ebuild b/app-emulation/wine-staging/wine-staging-9.6.ebuild
index ff73fe1caa6e..e7ecd6c1b120 100644
--- a/app-emulation/wine-staging/wine-staging-9.6.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9.6.ebuild
@@ -222,11 +222,6 @@ src_prepare() {
local patchinstallargs=(
--all
--no-autoconf
- # patches known broken with USE=-mingw, retry occasionally (bug #921360)
- $(usev !mingw '
- -W winedevice-Default_Drivers
- -W fltmgr.sys-FltBuildDefaultSecurityDescriptor
- ')
${MY_WINE_STAGING_CONF}
)
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
index ff73fe1caa6e..e7ecd6c1b120 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -222,11 +222,6 @@ src_prepare() {
local patchinstallargs=(
--all
--no-autoconf
- # patches known broken with USE=-mingw, retry occasionally (bug #921360)
- $(usev !mingw '
- -W winedevice-Default_Drivers
- -W fltmgr.sys-FltBuildDefaultSecurityDescriptor
- ')
${MY_WINE_STAGING_CONF}
)