From ae845687be727edf04323b385560068beb1d4c8a Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:51:41 +0000 Subject: sci-electronics/vbs: sys-devel/flex -> app-alternatives/lex All of these will be using app-alternatives/lex 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 --- sci-electronics/vbs/vbs-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/vbs/vbs-1.4.0.ebuild b/sci-electronics/vbs/vbs-1.4.0.ebuild index 4e58d702ffea..07d56e0910d6 100644 --- a/sci-electronics/vbs/vbs-1.4.0.ebuild +++ b/sci-electronics/vbs/vbs-1.4.0.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=6 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/bison" RDEPEND="" -- cgit v1.2.3-65-gdbad