From 1ab45a8584e2d55da898f09cfb4d24bde910d8ba Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 8 Jan 2024 11:52:49 +0000 Subject: x11-libs/libXaw3d: 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/libXaw3d/libXaw3d-1.6.5-r1.ebuild | 4 ++-- x11-libs/libXaw3d/libXaw3d-1.6.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild index 180315f6ad32..67a46c39e5af 100644 --- a/x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild +++ b/x11-libs/libXaw3d/libXaw3d-1.6.5-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 @@ -19,7 +19,7 @@ RDEPEND=" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc" PATCHES=( diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.5.ebuild b/x11-libs/libXaw3d/libXaw3d-1.6.5.ebuild index 8abee67774d3..e6a9a306cb1d 100644 --- a/x11-libs/libXaw3d/libXaw3d-1.6.5.ebuild +++ b/x11-libs/libXaw3d/libXaw3d-1.6.5.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 @@ -19,7 +19,7 @@ RDEPEND=" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc" src_configure() { -- cgit v1.2.3-65-gdbad