From 2c8d4b432fb168b1d59313029100f083afa9bc3b Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:47:59 +0000 Subject: [PATCH] dev-libs/kosmindoormap: 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 --- dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild b/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild index 7d84056f235e9..8db42686a676b 100644 --- a/dev-libs/kosmindoormap/kosmindoormap-23.08.4.ebuild +++ b/dev-libs/kosmindoormap/kosmindoormap-23.08.4.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 @@ RDEPEND="${COMMON_DEPEND} " BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " src_configure() {