Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Mon, 01 Aug 2022 17:46:57
Message-Id: 1659375972.c4dc4835984f8e18a24d362aeff5dd00965c4b95.sarnex@gentoo
1 commit: c4dc4835984f8e18a24d362aeff5dd00965c4b95
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 17:45:43 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 17:46:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dc4835
7
8 app-emulation/wine-vanilla: Fix warning
9
10 Closes: https://bugs.gentoo.org/862846
11
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild
18 index 998f4859e6e6..4e2874f98385 100644
19 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild
20 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r2.ebuild
21 @@ -330,7 +330,7 @@ multilib_src_configure() {
22 $(use_with gphoto2 gphoto)
23 $(use_with gssapi)
24 $(use_with gstreamer)
25 - --without-hal
26 + --enable-hal
27 $(use_with kerberos krb5)
28 $(use_with ldap)
29 # TODO: Will bug 685172 still need special handling?