From 7bf9ba9c91488dc21d2d91bce5b42d263df2403e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:05:45 +0000 Subject: app-emulation/spim: 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 --- app-emulation/spim/spim-8.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/spim/spim-8.0-r3.ebuild b/app-emulation/spim/spim-8.0-r3.ebuild index 05f6fcdf21f3..a011ed2f09c8 100644 --- a/app-emulation/spim/spim-8.0-r3.ebuild +++ b/app-emulation/spim/spim-8.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ DEPEND=" X? ( x11-base/xorg-proto ) " BDEPEND=" - sys-devel/bison + app-alternatives/yacc X? ( x11-misc/imake ) " -- cgit v1.2.3-65-gdbad