commit: 4fc9ecd8a0bec1aa49ab2c02fe16a9ba83524908 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Aug 10 22:09:20 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=4fc9ecd8
app-emulation/wine-staging: 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-staging/metadata.xml | 2 +- app-emulation/wine-staging/wine-staging-8.13.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/wine-staging/metadata.xml b/app-emulation/wine-staging/metadata.xml index 455c48fd0a96..65b7853a79b7 100644 --- a/app-emulation/wine-staging/metadata.xml +++ b/app-emulation/wine-staging/metadata.xml @@ -31,7 +31,7 @@ This variant of the Wine packaging includes the Wine-Staging patchset. <flag name="sdl">Enable gamepad support using <pkg>media-libs/libsdl2</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-staging/wine-staging-8.13.ebuild b/app-emulation/wine-staging/wine-staging-8.13.ebuild index 4f0b643cf1f6..ce3852c77cc9 100644 --- a/app-emulation/wine-staging/wine-staging-8.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.13.ebuild @@ -415,7 +415,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-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 4f0b643cf1f6..ce3852c77cc9 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -415,7 +415,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