commit:     fa8517c322435ec3281e2bfe338869e501ed8abf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 12:09:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 12:25:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8517c3

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 <AT> gentoo.org>

 sys-kernel/kpatch/kpatch-0.9.7.ebuild | 4 ++--
 sys-kernel/kpatch/kpatch-0.9.8.ebuild | 4 ++--
 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 ) )
 "
 

Reply via email to