diff options
author | 2024-01-08 11:45:32 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:36 +0000 | |
commit | a9450215793c0039504a20f447fdd1fb7b94e72d (patch) | |
tree | daaaeea14c160ec3b0a29f52b471a2ba5cadb7f6 /app-text | |
parent | app-text/linuxdoc-tools: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-a9450215793c0039504a20f447fdd1fb7b94e72d.tar.gz gentoo-a9450215793c0039504a20f447fdd1fb7b94e72d.tar.bz2 gentoo-a9450215793c0039504a20f447fdd1fb7b94e72d.zip |
app-text/recode: 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')
-rw-r--r-- | app-text/recode/recode-3.7.12-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/recode/recode-3.7.13.ebuild | 4 | ||||
-rw-r--r-- | app-text/recode/recode-3.7.14.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-text/recode/recode-3.7.12-r1.ebuild b/app-text/recode/recode-3.7.12-r1.ebuild index 91fa535f169f..f1022f1199c3 100644 --- a/app-text/recode/recode-3.7.12-r1.ebuild +++ b/app-text/recode/recode-3.7.12-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=8 @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" RDEPEND="virtual/libiconv" DEPEND=" ${RDEPEND} - sys-devel/flex + app-alternatives/lex " BDEPEND=" nls? ( sys-devel/gettext ) diff --git a/app-text/recode/recode-3.7.13.ebuild b/app-text/recode/recode-3.7.13.ebuild index ddc811e86856..1e3a064b1bd6 100644 --- a/app-text/recode/recode-3.7.13.ebuild +++ b/app-text/recode/recode-3.7.13.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 @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" RDEPEND="virtual/libiconv" DEPEND=" ${RDEPEND} - sys-devel/flex + app-alternatives/lex " BDEPEND=" nls? ( sys-devel/gettext ) diff --git a/app-text/recode/recode-3.7.14.ebuild b/app-text/recode/recode-3.7.14.ebuild index fa840bbcad44..5c79c92e8c65 100644 --- a/app-text/recode/recode-3.7.14.ebuild +++ b/app-text/recode/recode-3.7.14.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 @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" RDEPEND="virtual/libiconv" DEPEND=" ${RDEPEND} - sys-devel/flex + app-alternatives/lex " BDEPEND=" nls? ( sys-devel/gettext ) |