diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-11 06:45:55 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-11 06:48:56 -0400 |
commit | d97b72fa0524fe8ba4a50880e7b341ead60f496a (patch) | |
tree | 60677d1f56fd6bd50ee03c8b37b9a63e07e7a4d1 /app-emulation | |
parent | app-emulation/wine-staging: tentatively allow lld again in latest (diff) | |
download | gentoo-d97b72fa0524fe8ba4a50880e7b341ead60f496a.tar.gz gentoo-d97b72fa0524fe8ba4a50880e7b341ead60f496a.tar.bz2 gentoo-d97b72fa0524fe8ba4a50880e7b341ead60f496a.zip |
app-emulation/wine-vanilla: comment about pkgcheck false positive
Goes away if remove the conf+( CROSS...) block, nested syntax
is probably confusing tree-sitter-bash.
Keep a comment so not removed on a whim.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild index 1f7ab3b864a8..8eec4853243e 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.13.ebuild @@ -4,6 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) +# note: multilib+wrapper are not unused, currently a pkgcheck false positive inherit autotools flag-o-matic multilib multilib-build inherit prefix toolchain-funcs wrapper diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 1f7ab3b864a8..8eec4853243e 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) +# note: multilib+wrapper are not unused, currently a pkgcheck false positive inherit autotools flag-o-matic multilib multilib-build inherit prefix toolchain-funcs wrapper |