From 78723b0e81a41350a55dd08d5768e28711a75d01 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:50:14 +0000 Subject: net-analyzer/apinger: 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 --- net-analyzer/apinger/apinger-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/apinger/apinger-0.6.1.ebuild b/net-analyzer/apinger/apinger-0.6.1.ebuild index 4b130a04d478..98e7484f48b9 100644 --- a/net-analyzer/apinger/apinger-0.6.1.ebuild +++ b/net-analyzer/apinger/apinger-0.6.1.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=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " DOCS=( AUTHORS ChangeLog NEWS README TODO ) -- cgit v1.2.3-65-gdbad