commit:     7b87530c103ed4bb4240c32a8bb988e0c229b264
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 22:07:52 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 22:14:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b87530c

app-emulation/wine-vanilla: more emphasis on wow64 being not ready

Being work-in-progress should sound less ready than just experimental.
Want to avoid users too eagerly giving up multilib and then having
a hard time to go back when run into issues. Ideally should keep
a testing mindset and multilib around so can switch back&forth.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/wine-vanilla/metadata.xml             | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild | 2 +-
 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/wine-vanilla/metadata.xml 
b/app-emulation/wine-vanilla/metadata.xml
index 08f1c1fa3035..f035ae003809 100644
--- a/app-emulation/wine-vanilla/metadata.xml
+++ b/app-emulation/wine-vanilla/metadata.xml
@@ -32,7 +32,7 @@ This variant of the Wine packaging does not include external 
patchsets
                <flag name="vkd3d">Enable DirectX 12 support using 
<pkg>app-emulation/vkd3d</pkg></flag>
                <flag name="wow64">
                        Enable running 32bit applications without 32bit ELF
-                       multilib by mapping to 64bit calls (experimental,
+                       multilib by mapping to 64bit calls (experimental/WIP,
                        USE=abi_x86_32 is recommended for complete support)
                </flag>
        </use>

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild
index d1607ccc4ad4..9f0672c16b6e 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild
@@ -375,7 +375,7 @@ pkg_postinst() {
                ewarn "32bit support is disabled. While 64bit applications 
themselves will"
                ewarn "work, be warned that it is not unusual that installers 
or other helpers"
                ewarn "will attempt to use 32bit and fail. If do not want full 
USE=abi_x86_32,"
-               ewarn "note that the experimental USE=wow64 can allow 32bit 
without multilib."
+               ewarn "note the experimental/WIP USE=wow64 can allow 32bit 
without multilib."
        fi
 
        eselect wine update --if-unset || die

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index d1607ccc4ad4..9f0672c16b6e 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -375,7 +375,7 @@ pkg_postinst() {
                ewarn "32bit support is disabled. While 64bit applications 
themselves will"
                ewarn "work, be warned that it is not unusual that installers 
or other helpers"
                ewarn "will attempt to use 32bit and fail. If do not want full 
USE=abi_x86_32,"
-               ewarn "note that the experimental USE=wow64 can allow 32bit 
without multilib."
+               ewarn "note the experimental/WIP USE=wow64 can allow 32bit 
without multilib."
        fi
 
        eselect wine update --if-unset || die

Reply via email to