diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-05-07 15:59:43 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-05-07 16:01:49 -0400 |
commit | c8e1cf9d266780cd369fcec89647e7a24f952ee3 (patch) | |
tree | e7f1362bb41be79c7879177fe092292b876d20de /app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild | |
parent | dev-python/httpbin: Keyword 0.7.0-r5 alpha, #789606 (diff) | |
download | gentoo-c8e1cf9d266780cd369fcec89647e7a24f952ee3.tar.gz gentoo-c8e1cf9d266780cd369fcec89647e7a24f952ee3.tar.bz2 gentoo-c8e1cf9d266780cd369fcec89647e7a24f952ee3.zip |
app-emulation/wine-vanilla: Sync with ::wine
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild index a70732b76c8a..10954b863ac5 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild @@ -400,7 +400,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --without-hal + --disable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? @@ -424,7 +424,7 @@ multilib_src_configure() { $(use_with unwind) $(use_with usb) $(use_with v4l v4l2) - $(use_with vkd3d) + $(use_enable vkd3d) $(use_with vulkan) $(use_with X x) $(use_with X xfixes) |