diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:24 +0000 |
commit | ae845687be727edf04323b385560068beb1d4c8a (patch) | |
tree | 7a81c5c2676502cb1c71084f43eb732da22072b0 /sci-electronics | |
parent | sci-electronics/iverilog: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-ae845687be727edf04323b385560068beb1d4c8a.tar.gz gentoo-ae845687be727edf04323b385560068beb1d4c8a.tar.bz2 gentoo-ae845687be727edf04323b385560068beb1d4c8a.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/vbs/vbs-1.4.0.ebuild | 4 |
1 files 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="" |