diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2022-05-14 11:07:17 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2022-05-14 11:07:36 -0400 |
commit | f531c502e94231ab1e4a6017ea87557ea17a4fb8 (patch) | |
tree | ad3d799c51dba5552c00978e1316b9f3a7457293 /app-emulation | |
parent | dev-lang/mercury: disable MCC halt-at-warn during bootstrap (diff) | |
download | gentoo-f531c502e94231ab1e4a6017ea87557ea17a4fb8.tar.gz gentoo-f531c502e94231ab1e4a6017ea87557ea17a4fb8.tar.bz2 gentoo-f531c502e94231ab1e4a6017ea87557ea17a4fb8.zip |
app-emulation/wine-vanilla: Sync with ::wine
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild index 8816e88e12ab..d50aeddf1f7c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.8.ebuild @@ -398,7 +398,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --disable-hal + --enable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 8816e88e12ab..d50aeddf1f7c 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -398,7 +398,7 @@ multilib_src_configure() { $(use_with gphoto2 gphoto) $(use_with gssapi) $(use_with gstreamer) - --disable-hal + --enable-hal $(use_with kerberos krb5) $(use_with ldap) # TODO: Will bug 685172 still need special handling? |