diff options
author | 2024-01-08 11:45:38 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:36 +0000 | |
commit | 432a2fd320c12788a69f45e281defeeec8a4f3a0 (patch) | |
tree | eb0e3dec30183540a6de72d2a88708ca48a25c19 /app-text/texlive-core/texlive-core-2021-r7.ebuild | |
parent | app-text/recode: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-432a2fd320c12788a69f45e281defeeec8a4f3a0.tar.gz gentoo-432a2fd320c12788a69f45e281defeeec8a4f3a0.tar.bz2 gentoo-432a2fd320c12788a69f45e281defeeec8a4f3a0.zip |
app-text/texlive-core: 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/texlive-core/texlive-core-2021-r7.ebuild')
-rw-r--r-- | app-text/texlive-core/texlive-core-2021-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/texlive-core/texlive-core-2021-r7.ebuild b/app-text/texlive-core/texlive-core-2021-r7.ebuild index efab34251608..68649d08130a 100644 --- a/app-text/texlive-core/texlive-core-2021-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2021-r7.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 @@ -114,7 +114,7 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} >=dev-libs/kpathsea-6.3.2:=" BDEPEND="sys-apps/ed - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" DEPEND="${COMMON_DEPEND}" |