diff options
author | 2024-01-08 11:45:20 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:35 +0000 | |
commit | 6036b714dae0cba0bddcf704eed53838e5f1e68e (patch) | |
tree | 86a8a060443100b2d721522cdbf462aaa3f23029 | |
parent | app-text/dictd: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-6036b714dae0cba0bddcf704eed53838e5f1e68e.tar.gz gentoo-6036b714dae0cba0bddcf704eed53838e5f1e68e.tar.bz2 gentoo-6036b714dae0cba0bddcf704eed53838e5f1e68e.zip |
app-text/enscript: 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-text/enscript/enscript-1.6.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enscript/enscript-1.6.6-r1.ebuild b/app-text/enscript/enscript-1.6.6-r1.ebuild index 388f11713b30..3455b1932661 100644 --- a/app-text/enscript/enscript-1.6.6-r1.ebuild +++ b/app-text/enscript/enscript-1.6.6-r1.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 @@ -17,7 +17,7 @@ IUSE="nls ruby" RDEPEND="nls? ( virtual/libintl )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex sys-devel/bison nls? ( sys-devel/gettext ) " |