diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:09:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:16 +0000 |
commit | fa8517c322435ec3281e2bfe338869e501ed8abf (patch) | |
tree | a673bb90b1fd7d614037ab9ddee7f09300728377 /sys-kernel | |
parent | sys-kernel/genkernel: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-fa8517c322435ec3281e2bfe338869e501ed8abf.tar.gz gentoo-fa8517c322435ec3281e2bfe338869e501ed8abf.tar.bz2 gentoo-fa8517c322435ec3281e2bfe338869e501ed8abf.zip |
sys-kernel/kpatch: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc anyway as they're not unsetting
YACC or LEX, so make the dep reflect reality.
(Included both YACC and LEX out of conservatism.)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/kpatch/kpatch-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/kpatch/kpatch-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/kpatch/kpatch-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-kernel/kpatch/kpatch-0.9.7.ebuild b/sys-kernel/kpatch/kpatch-0.9.7.ebuild index d3729ed70f9a..f0549cb1c8fb 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/elfutils - sys-devel/bison + app-alternatives/yacc test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) ) " diff --git a/sys-kernel/kpatch/kpatch-0.9.8.ebuild b/sys-kernel/kpatch/kpatch-0.9.8.ebuild index 46481bc8ed5c..307e6bde1c48 100644 --- a/sys-kernel/kpatch/kpatch-0.9.8.ebuild +++ b/sys-kernel/kpatch/kpatch-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/elfutils - sys-devel/bison + app-alternatives/yacc test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) ) " diff --git a/sys-kernel/kpatch/kpatch-9999.ebuild b/sys-kernel/kpatch/kpatch-9999.ebuild index 6f0ff7d78c9e..485ce4f3e166 100644 --- a/sys-kernel/kpatch/kpatch-9999.ebuild +++ b/sys-kernel/kpatch/kpatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} dev-libs/elfutils - sys-devel/bison + app-alternatives/yacc test? ( || ( dev-util/shellcheck-bin dev-util/shellcheck ) ) " |