sys-kernel/kpatch: allow shellcheck as well as shellcheck-bin

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-06-27 04:14:21 +01:00
parent 3be4ba315a
commit 094dc10441
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,7 @@ DEPEND="
${RDEPEND}
dev-libs/elfutils
sys-devel/bison
test? ( dev-util/shellcheck-bin )
test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) )
"
PATCHES=(

View File

@@ -31,7 +31,7 @@ DEPEND="
${RDEPEND}
dev-libs/elfutils
sys-devel/bison
test? ( dev-util/shellcheck-bin )
test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) )
"
PATCHES=(

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,7 +31,7 @@ DEPEND="
${RDEPEND}
dev-libs/elfutils
sys-devel/bison
test? ( dev-util/shellcheck-bin )
test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) )
"
pkg_setup() {