From 45f79fe3119acc0315c0bd301e9542ad225725ff Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:48:52 +0000 Subject: dev-util/cutils: 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-util/cutils/cutils-1.6-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cutils/cutils-1.6-r5.ebuild b/dev-util/cutils/cutils-1.6-r5.ebuild index 2e0f6fc2a62a..b617020ed090 100644 --- a/dev-util/cutils/cutils-1.6-r5.ebuild +++ b/dev-util/cutils/cutils-1.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc" PATCHES=( -- cgit v1.2.3-65-gdbad