diff options
author | 2024-01-08 11:52:49 +0000 | |
---|---|---|
committer | 2024-01-08 12:03:14 +0000 | |
commit | 1ab45a8584e2d55da898f09cfb4d24bde910d8ba (patch) | |
tree | 83138efe0ea4503454818c7f070158bd4d8b5632 /x11-libs | |
parent | x11-base/xwayland: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-1ab45a8584e2d55da898f09cfb4d24bde910d8ba.tar.gz gentoo-1ab45a8584e2d55da898f09cfb4d24bde910d8ba.tar.bz2 gentoo-1ab45a8584e2d55da898f09cfb4d24bde910d8ba.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXaw3d/libXaw3d-1.6.5-r1.ebuild | 4 | ||||
-rw-r--r-- | 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() { |