From 8f39e7b65cb9acbea4752720038577f4c7e0bd4d Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:52:51 +0000 Subject: x11-libs/libXaw3dXft: 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 --- x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild | 4 ++-- x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild index 114a134a8408..112c8bf820f0 100644 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild +++ b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.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=" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc x11-misc/util-macros" diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild index 4a9c785231d8..09dc8fe81737 100644 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild +++ b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.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 @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc x11-misc/util-macros" -- cgit v1.2.3-65-gdbad