summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:51:41 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:24 +0000
commitae845687be727edf04323b385560068beb1d4c8a (patch)
tree7a81c5c2676502cb1c71084f43eb732da22072b0
parentsci-electronics/iverilog: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-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>
-rw-r--r--sci-electronics/vbs/vbs-1.4.0.ebuild4
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=""