From 8dd11cab575eebeec3d03f4c7db4e938878cdd48 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:09:17 +0000 Subject: [PATCH] sys-apps/fbset: 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 --- sys-apps/fbset/fbset-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild index 06667d71265ed..8ef61437ac43a 100644 --- a/sys-apps/fbset/fbset-2.1.ebuild +++ b/sys-apps/fbset/fbset-2.1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="static" -BDEPEND="sys-devel/bison +BDEPEND="app-alternatives/yacc app-alternatives/lex" RDEPEND=""