diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:45:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:36 +0000 |
commit | e597904c2a5168329b82fdfe7daef92dccbcb812 (patch) | |
tree | 582611cf383a755ce7a3b3faa352047ab600609e /app-text/xdvik | |
parent | app-text/texlive-core: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-e597904c2a5168329b82fdfe7daef92dccbcb812.tar.gz gentoo-e597904c2a5168329b82fdfe7daef92dccbcb812.tar.bz2 gentoo-e597904c2a5168329b82fdfe7daef92dccbcb812.zip |
app-text/xdvik: 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/xdvik')
-rw-r--r-- | app-text/xdvik/xdvik-22.87.06-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xdvik/xdvik-22.87.06-r1.ebuild b/app-text/xdvik/xdvik-22.87.06-r1.ebuild index 47b8e3a712c7..42dbb86d80dd 100644 --- a/app-text/xdvik/xdvik-22.87.06-r1.ebuild +++ b/app-text/xdvik/xdvik-22.87.06-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 @@ -35,7 +35,7 @@ DEPEND=">=media-libs/freetype-2.9.1-r2:2 RDEPEND="${DEPEND} virtual/latex-base !<app-text/texlive-2007" -BDEPEND="sys-devel/flex +BDEPEND="app-alternatives/lex app-alternatives/yacc virtual/pkgconfig" |