From 306b62cd7133da44f0ced705a47c5d0bac2395c5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:45:04 +0000 Subject: [PATCH] app-office/mdbtools: 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 --- app-office/mdbtools/mdbtools-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/mdbtools/mdbtools-1.0.0.ebuild b/app-office/mdbtools/mdbtools-1.0.0.ebuild index e0793e6a91d90..5185c1657e0ce 100644 --- a/app-office/mdbtools/mdbtools-1.0.0.ebuild +++ b/app-office/mdbtools/mdbtools-1.0.0.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 @@ -16,7 +16,7 @@ IUSE="glib iconv odbc" BDEPEND=" app-text/txt2man - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc "