summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:43:36 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:29 +0000
commit9924bc335f091c32e56eef30b22e7e22cf859333 (patch)
tree3ac367cc66a663568097aa8e8bb643b734e23ece
parentapp-doc/doxygen: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-9924bc335f091c32e56eef30b22e7e22cf859333.tar.gz
gentoo-9924bc335f091c32e56eef30b22e7e22cf859333.tar.bz2
gentoo-9924bc335f091c32e56eef30b22e7e22cf859333.zip
app-editors/hteditor: 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-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild b/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
index c257336b743e..652a062b5597 100644
--- a/app-editors/hteditor/hteditor-2.1.1_pre20161206.ebuild
+++ b/app-editors/hteditor/hteditor-2.1.1_pre20161206.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=7
@@ -21,7 +21,7 @@ RDEPEND="sys-libs/ncurses:0=
>=dev-libs/lzo-2"
DEPEND="${RDEPEND}
app-alternatives/yacc
- sys-devel/flex"
+ app-alternatives/lex"
DOCS=( AUTHORS ChangeLog KNOWNBUGS README TODO )