diff options
author | 2023-08-11 06:47:45 -0400 | |
---|---|---|
committer | 2023-08-11 06:49:03 -0400 | |
commit | cbafd7b7750f162971e18fd80474868f05ce3825 (patch) | |
tree | e3e61d50288fd225e9da3b8a85f719f09feea231 /app-emulation | |
parent | app-emulation/wine-vanilla: comment about pkgcheck false positive (diff) | |
download | gentoo-cbafd7b7750f162971e18fd80474868f05ce3825.tar.gz gentoo-cbafd7b7750f162971e18fd80474868f05ce3825.tar.bz2 gentoo-cbafd7b7750f162971e18fd80474868f05ce3825.zip |
app-emulation/wine-staging: 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-staging/wine-staging-8.13.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/wine-staging/wine-staging-8.13.ebuild b/app-emulation/wine-staging/wine-staging-8.13.ebuild index 7b7a4e1c36dc..bf30ea0d2af9 100644 --- a/app-emulation/wine-staging/wine-staging-8.13.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.13.ebuild @@ -5,6 +5,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) PYTHON_COMPAT=( python3_{10..12} ) +# note: multilib+wrapper are not unused, currently a pkgcheck false positive inherit autotools edo flag-o-matic multilib multilib-build inherit prefix python-any-r1 toolchain-funcs wrapper diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 7b7a4e1c36dc..bf30ea0d2af9 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 MULTILIB_COMPAT=( abi_x86_{32,64} ) PYTHON_COMPAT=( python3_{10..12} ) +# note: multilib+wrapper are not unused, currently a pkgcheck false positive inherit autotools edo flag-o-matic multilib multilib-build inherit prefix python-any-r1 toolchain-funcs wrapper |