diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:45:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:35 +0000 |
commit | e96d4ab1814bbb53ce5fb86612911213aee07b46 (patch) | |
tree | 236db4368f71d2a1cd09c62918488480656ff9dd /app-text/linuxdoc-tools | |
parent | app-text/enscript: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-e96d4ab1814bbb53ce5fb86612911213aee07b46.tar.gz gentoo-e96d4ab1814bbb53ce5fb86612911213aee07b46.tar.bz2 gentoo-e96d4ab1814bbb53ce5fb86612911213aee07b46.zip |
app-text/linuxdoc-tools: 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>
Diffstat (limited to 'app-text/linuxdoc-tools')
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/linuxdoc-tools/linuxdoc-tools-0.9.82.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild index 7c6cbf38b441..f0cd0dfe61eb 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.73-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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-apps/groff " DEPEND="${RDEPEND} - sys-devel/flex + app-alternatives/lex app-alternatives/awk doc? ( dev-texlive/texlive-fontsrecommended diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.82.ebuild b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.82.ebuild index b6da8848f4c7..3bf30133b667 100644 --- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.82.ebuild +++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.82.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 @@ -23,7 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-alternatives/awk - sys-devel/flex + app-alternatives/lex doc? ( dev-texlive/texlive-fontsrecommended virtual/latex-base |