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-vanilla/
Date: Sat, 07 May 2022 19:59:33
Message-Id: 1651953072.af21bf2780bee760e0b95ad00373187b1a745028.sarnex@gentoo
1 commit: af21bf2780bee760e0b95ad00373187b1a745028
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 19:51:12 2022 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 19:51:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=af21bf27
7
8 app-emulation/wine-vanilla: Fix warnings
9
10 Closes: https://bugs.gentoo.org/843110
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-vanilla/wine-vanilla-7.5-r1.ebuild | 4 ++--
15 app-emulation/wine-vanilla/wine-vanilla-7.6-r1.ebuild | 4 ++--
16 app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild | 4 ++--
17 app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 4 ++--
18 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
19 5 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.5-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.5-r1.ebuild
22 index e5c2d88..604ac11 100644
23 --- a/app-emulation/wine-vanilla/wine-vanilla-7.5-r1.ebuild
24 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.5-r1.ebuild
25 @@ -400,7 +400,7 @@ multilib_src_configure() {
26 $(use_with gphoto2 gphoto)
27 $(use_with gssapi)
28 $(use_with gstreamer)
29 - --without-hal
30 + --disable-hal
31 $(use_with kerberos krb5)
32 $(use_with ldap)
33 # TODO: Will bug 685172 still need special handling?
34 @@ -424,7 +424,7 @@ multilib_src_configure() {
35 $(use_with unwind)
36 $(use_with usb)
37 $(use_with v4l v4l2)
38 - $(use_with vkd3d)
39 + $(use_enable vkd3d)
40 $(use_with vulkan)
41 $(use_with X x)
42 $(use_with X xfixes)
43
44 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.6-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.6-r1.ebuild
45 index a70732b..10954b8 100644
46 --- a/app-emulation/wine-vanilla/wine-vanilla-7.6-r1.ebuild
47 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.6-r1.ebuild
48 @@ -400,7 +400,7 @@ multilib_src_configure() {
49 $(use_with gphoto2 gphoto)
50 $(use_with gssapi)
51 $(use_with gstreamer)
52 - --without-hal
53 + --disable-hal
54 $(use_with kerberos krb5)
55 $(use_with ldap)
56 # TODO: Will bug 685172 still need special handling?
57 @@ -424,7 +424,7 @@ multilib_src_configure() {
58 $(use_with unwind)
59 $(use_with usb)
60 $(use_with v4l v4l2)
61 - $(use_with vkd3d)
62 + $(use_enable vkd3d)
63 $(use_with vulkan)
64 $(use_with X x)
65 $(use_with X xfixes)
66
67 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild
68 index a70732b..10954b8 100644
69 --- a/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild
70 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.7.ebuild
71 @@ -400,7 +400,7 @@ multilib_src_configure() {
72 $(use_with gphoto2 gphoto)
73 $(use_with gssapi)
74 $(use_with gstreamer)
75 - --without-hal
76 + --disable-hal
77 $(use_with kerberos krb5)
78 $(use_with ldap)
79 # TODO: Will bug 685172 still need special handling?
80 @@ -424,7 +424,7 @@ multilib_src_configure() {
81 $(use_with unwind)
82 $(use_with usb)
83 $(use_with v4l v4l2)
84 - $(use_with vkd3d)
85 + $(use_enable vkd3d)
86 $(use_with vulkan)
87 $(use_with X x)
88 $(use_with X xfixes)
89
90 diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
91 index a70732b..10954b8 100644
92 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
93 +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild
94 @@ -400,7 +400,7 @@ multilib_src_configure() {
95 $(use_with gphoto2 gphoto)
96 $(use_with gssapi)
97 $(use_with gstreamer)
98 - --without-hal
99 + --disable-hal
100 $(use_with kerberos krb5)
101 $(use_with ldap)
102 # TODO: Will bug 685172 still need special handling?
103 @@ -424,7 +424,7 @@ multilib_src_configure() {
104 $(use_with unwind)
105 $(use_with usb)
106 $(use_with v4l v4l2)
107 - $(use_with vkd3d)
108 + $(use_enable vkd3d)
109 $(use_with vulkan)
110 $(use_with X x)
111 $(use_with X xfixes)
112
113 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
114 index a70732b..10954b8 100644
115 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
116 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
117 @@ -400,7 +400,7 @@ multilib_src_configure() {
118 $(use_with gphoto2 gphoto)
119 $(use_with gssapi)
120 $(use_with gstreamer)
121 - --without-hal
122 + --disable-hal
123 $(use_with kerberos krb5)
124 $(use_with ldap)
125 # TODO: Will bug 685172 still need special handling?
126 @@ -424,7 +424,7 @@ multilib_src_configure() {
127 $(use_with unwind)
128 $(use_with usb)
129 $(use_with v4l v4l2)
130 - $(use_with vkd3d)
131 + $(use_enable vkd3d)
132 $(use_with vulkan)
133 $(use_with X x)
134 $(use_with X xfixes)