Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-staging/
Date: Sat, 14 May 2022 15:06:52
Message-Id: 1652540786.2f820d2d2ff42a505bd3bb368dd1a2b04e5d4982.sarnex@gentoo
1 commit: 2f820d2d2ff42a505bd3bb368dd1a2b04e5d4982
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 15:05:56 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 15:06:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2f820d2d
7
8 app-emulation/wine-staging: Build hal
9
10 Bug: https://bugs.gentoo.org/844043
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
13
14 app-emulation/wine-staging/wine-staging-7.8.ebuild | 2 +-
15 app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/wine-staging/wine-staging-7.8.ebuild b/app-emulation/wine-staging/wine-staging-7.8.ebuild
19 index 4929984..a19da0c 100644
20 --- a/app-emulation/wine-staging/wine-staging-7.8.ebuild
21 +++ b/app-emulation/wine-staging/wine-staging-7.8.ebuild
22 @@ -461,7 +461,7 @@ multilib_src_configure() {
23 $(use_with gphoto2 gphoto)
24 $(use_with gssapi)
25 $(use_with gstreamer)
26 - --disable-hal
27 + --enable-hal
28 $(use_with kerberos krb5)
29 $(use_with ldap)
30 # TODO: Will bug 685172 still need special handling?
31
32 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild
33 index 4929984..a19da0c 100644
34 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild
35 +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
36 @@ -461,7 +461,7 @@ multilib_src_configure() {
37 $(use_with gphoto2 gphoto)
38 $(use_with gssapi)
39 $(use_with gstreamer)
40 - --disable-hal
41 + --enable-hal
42 $(use_with kerberos krb5)
43 $(use_with ldap)
44 # TODO: Will bug 685172 still need special handling?