summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:43:47 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:29 +0000
commitd91f8769e2519880e2da47364998b0a07b77f998 (patch)
tree927a2c1cb2979212345db38a2e2f9f1dc2d654c1
parentapp-emulation/ski: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-d91f8769e2519880e2da47364998b0a07b77f998.tar.gz
gentoo-d91f8769e2519880e2da47364998b0a07b77f998.tar.bz2
gentoo-d91f8769e2519880e2da47364998b0a07b77f998.zip
app-emulation/vice: 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--app-emulation/vice/vice-3.7.1.ebuild4
-rw-r--r--app-emulation/vice/vice-3.8-r1.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/vice/vice-3.7.1.ebuild b/app-emulation/vice/vice-3.7.1.ebuild
index f42fed404314..efd63d0a541a 100644
--- a/app-emulation/vice/vice-3.7.1.ebuild
+++ b/app-emulation/vice/vice-3.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -70,7 +70,7 @@ BDEPEND="
dev-embedded/xa
dev-lang/perl
sys-apps/texinfo
- sys-devel/flex
+ app-alternatives/lex
sys-devel/gettext
virtual/pkgconfig
app-alternatives/yacc
diff --git a/app-emulation/vice/vice-3.8-r1.ebuild b/app-emulation/vice/vice-3.8-r1.ebuild
index def4ab4e7450..762dcd51d720 100644
--- a/app-emulation/vice/vice-3.8-r1.ebuild
+++ b/app-emulation/vice/vice-3.8-r1.ebuild
@@ -69,7 +69,7 @@ BDEPEND="
dev-embedded/xa
dev-lang/perl
sys-apps/texinfo
- sys-devel/flex
+ app-alternatives/lex
sys-devel/gettext
virtual/pkgconfig
doc? ( virtual/texi2dvi )