diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:08:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:25:09 +0000 |
commit | 735f0e97e4c3937978a83245b11662a411ec4548 (patch) | |
tree | d64e82e5a08774ab237efe76932ea9a92fdafda9 /sci-electronics | |
parent | sci-electronics/iverilog: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-735f0e97e4c3937978a83245b11662a411ec4548.tar.gz gentoo-735f0e97e4c3937978a83245b11662a411ec4548.tar.bz2 gentoo-735f0e97e4c3937978a83245b11662a411ec4548.zip |
sci-electronics/vbs: 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 <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/vbs/vbs-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/vbs/vbs-1.4.0.ebuild b/sci-electronics/vbs/vbs-1.4.0.ebuild index 07d56e0910d6..43f654dfbc5e 100644 --- a/sci-electronics/vbs/vbs-1.4.0.ebuild +++ b/sci-electronics/vbs/vbs-1.4.0.ebuild @@ -14,7 +14,7 @@ IUSE="" DEPEND=" app-alternatives/lex - sys-devel/bison" + app-alternatives/yacc" RDEPEND="" S="${WORKDIR}/${P}/src" |