From 9ec6b9cdadb08922ff28530db6b26516b76c7792 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 12:05:59 +0000 Subject: app-misc/boxes: 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-misc/boxes/boxes-2.2.0.ebuild | 2 +- app-misc/boxes/boxes-2.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc') diff --git a/app-misc/boxes/boxes-2.2.0.ebuild b/app-misc/boxes/boxes-2.2.0.ebuild index e75b5350c3a5..ec80aa0a7e8e 100644 --- a/app-misc/boxes/boxes-2.2.0.ebuild +++ b/app-misc/boxes/boxes-2.2.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex test? ( app-editors/vim-core ) " diff --git a/app-misc/boxes/boxes-2.2.1.ebuild b/app-misc/boxes/boxes-2.2.1.ebuild index 57a9dded57cf..5cf5cc9959c9 100644 --- a/app-misc/boxes/boxes-2.2.1.ebuild +++ b/app-misc/boxes/boxes-2.2.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex test? ( app-editors/vim-core ) " -- cgit v1.2.3-65-gdbad