diff options
author | 2023-06-27 04:14:21 +0100 | |
---|---|---|
committer | 2023-06-27 04:25:50 +0100 | |
commit | 094dc1044179200943368bac692a9b8f03487dfc (patch) | |
tree | 959b28126b75a779cf28aac897d17a9519240d6f /sys-kernel/kpatch/kpatch-9999.ebuild | |
parent | app-laptop/mbpfan: add 2.3.0, drop 2.2.1-r1 (diff) | |
download | gentoo-094dc1044179200943368bac692a9b8f03487dfc.tar.gz gentoo-094dc1044179200943368bac692a9b8f03487dfc.tar.bz2 gentoo-094dc1044179200943368bac692a9b8f03487dfc.zip |
sys-kernel/kpatch: allow shellcheck as well as shellcheck-bin
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel/kpatch/kpatch-9999.ebuild')
-rw-r--r-- | sys-kernel/kpatch/kpatch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/kpatch/kpatch-9999.ebuild b/sys-kernel/kpatch/kpatch-9999.ebuild index f75259ae7a68..bf640f01cef4 100644 --- a/sys-kernel/kpatch/kpatch-9999.ebuild +++ b/sys-kernel/kpatch/kpatch-9999.ebuild @@ -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() { |