app-arch/pixz: skip lint test (cppcheck)

We don't care for these wrt packaging.

Closes: https://bugs.gentoo.org/915008
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-03-24 21:03:41 +00:00
parent 553829e9d6
commit 2a319f2040
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -36,6 +36,12 @@ DEPEND="
src_prepare() {
default
# We're not interested in linting tests for our purposes (bug #915008)
cat > test/cppcheck-src.sh <<-EOF || die
#!/bin/sh
exit 77
EOF
[[ ${PV} == "9999" ]] && eautoreconf
}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -36,6 +36,12 @@ DEPEND="
src_prepare() {
default
# We're not interested in linting tests for our purposes (bug #915008)
cat > test/cppcheck-src.sh <<-EOF || die
#!/bin/sh
exit 77
EOF
[[ ${PV} == "9999" ]] && eautoreconf
}