From 10bbdb0f2181e43358d974ed2ded56875bbbf138 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:49:30 +0000 Subject: [PATCH] mail-mta/esmtp: 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 --- mail-mta/esmtp/esmtp-1.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-mta/esmtp/esmtp-1.2-r2.ebuild b/mail-mta/esmtp/esmtp-1.2-r2.ebuild index 839076fa7d61d..19f5a6b61c24d 100644 --- a/mail-mta/esmtp/esmtp-1.2-r2.ebuild +++ b/mail-mta/esmtp/esmtp-1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig "