aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2022-05-07 15:57:37 -0400
committerNick Sarnie <sarnex@gentoo.org>2022-05-07 15:58:44 -0400
commit0acff623dec0f187fdd232e52ba3ece85a4575a5 (patch)
treeb3c56003d9060a22db7f89a47cf4f9ab1775c912 /app-emulation/wine-staging/wine-staging-9999.ebuild
parentapp-emulation/wine-staging: Version bump (diff)
downloadwine-0acff623dec0f187fdd232e52ba3ece85a4575a5.tar.gz
wine-0acff623dec0f187fdd232e52ba3ece85a4575a5.tar.bz2
wine-0acff623dec0f187fdd232e52ba3ece85a4575a5.zip
app-emulation/wine-staging: Fix warnings
Closes: https://bugs.gentoo.org/833298 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging/wine-staging-9999.ebuild')
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
index 824150b..85082a8 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -463,7 +463,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?
@@ -487,7 +487,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)