commit:     094dc1044179200943368bac692a9b8f03487dfc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 03:14:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 03:25:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094dc104

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

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-kernel/kpatch/kpatch-0.9.7.ebuild | 4 ++--
 sys-kernel/kpatch/kpatch-0.9.8.ebuild | 2 +-
 sys-kernel/kpatch/kpatch-9999.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-kernel/kpatch/kpatch-0.9.7.ebuild 
b/sys-kernel/kpatch/kpatch-0.9.7.ebuild
index c900d328d08d..d3729ed70f9a 100644
--- a/sys-kernel/kpatch/kpatch-0.9.7.ebuild
+++ b/sys-kernel/kpatch/kpatch-0.9.7.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 ) )
 "
 
 PATCHES=(

diff --git a/sys-kernel/kpatch/kpatch-0.9.8.ebuild 
b/sys-kernel/kpatch/kpatch-0.9.8.ebuild
index a4c2d6a25317..830df5138431 100644
--- a/sys-kernel/kpatch/kpatch-0.9.8.ebuild
+++ b/sys-kernel/kpatch/kpatch-0.9.8.ebuild
@@ -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=(

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() {

Reply via email to