summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:52:51 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:03:15 +0000
commit8f39e7b65cb9acbea4752720038577f4c7e0bd4d (patch)
treebc738eee4302a74d677a87b00db60e8bd4d245b2
parentx11-libs/libXaw3d: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-8f39e7b65cb9acbea4752720038577f4c7e0bd4d.tar.gz
gentoo-8f39e7b65cb9acbea4752720038577f4c7e0bd4d.tar.bz2
gentoo-8f39e7b65cb9acbea4752720038577f4c7e0bd4d.zip
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 <sam@gentoo.org>
-rw-r--r--x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h-r1.ebuild4
-rw-r--r--x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild4
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"