diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-08-01 13:45:43 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-08-01 13:46:12 -0400 |
commit | c4dc4835984f8e18a24d362aeff5dd00965c4b95 (patch) | |
tree | 1b2d6b01f4fb6edcde333641bc22ef0476c823e7 /app-emulation | |
parent | www-client/firefox: Stabilize 91.12.0 x86, #861530 (diff) | |
download | gentoo-c4dc4835984f8e18a24d362aeff5dd00965c4b95.tar.gz gentoo-c4dc4835984f8e18a24d362aeff5dd00965c4b95.tar.bz2 gentoo-c4dc4835984f8e18a24d362aeff5dd00965c4b95.zip |
app-emulation/wine-vanilla: Fix warning
Closes: https://bugs.gentoo.org/862846
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild index 998f4859e6e6..4e2874f98385 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild @@ -330,7 +330,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --without-hal + --enable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? |