From b14e2b920e7b951cb6293e7ca9965cf572814564 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:51:22 +0000 Subject: net-misc/rwhoisd: 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-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild | 4 ++-- net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-misc/rwhoisd') diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild index 11231a66647f..1a2f4ab1ba55 100644 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.ebuild +++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r2.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 @@ -21,7 +21,7 @@ RDEPEND=" acct-user/rwhoisd " BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " diff --git a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild index 72b282754486..3a5b26274eb5 100644 --- a/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.ebuild +++ b/net-misc/rwhoisd/rwhoisd-1.5.9.6-r3.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 @@ -22,7 +22,7 @@ RDEPEND=" acct-user/rwhoisd " BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc " -- cgit v1.2.3-65-gdbad