diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:45:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:34 +0000 |
commit | 306b62cd7133da44f0ced705a47c5d0bac2395c5 (patch) | |
tree | 2cd7e257eafbc5dcde034acb3cdb4773b7d6cf0a /app-office | |
parent | app-office/libreoffice: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-306b62cd7133da44f0ced705a47c5d0bac2395c5.tar.gz gentoo-306b62cd7133da44f0ced705a47c5d0bac2395c5.tar.bz2 gentoo-306b62cd7133da44f0ced705a47c5d0bac2395c5.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mdbtools/mdbtools-1.0.0.ebuild | 4 |
1 files 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 e0793e6a91d9..5185c1657e0c 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 " |