commit: c4dc4835984f8e18a24d362aeff5dd00965c4b95 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Mon Aug 1 17:45:43 2022 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Mon Aug 1 17:46:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dc4835
app-emulation/wine-vanilla: Fix warning Closes: https://bugs.gentoo.org/862846 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?
