summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:52:47 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:03:14 +0000
commit5219f256885ec795779e63e626c272a435c4fa43 (patch)
tree6511ff11904950f5fbd77b958897440244407b57 /x11-base/xwayland/xwayland-23.2.2.ebuild
parentx11-base/xorg-server: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-5219f256885ec795779e63e626c272a435c4fa43.tar.gz
gentoo-5219f256885ec795779e63e626c272a435c4fa43.tar.bz2
gentoo-5219f256885ec795779e63e626c272a435c4fa43.zip
x11-base/xwayland: 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-base/xwayland/xwayland-23.2.2.ebuild')
-rw-r--r--x11-base/xwayland/xwayland-23.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xwayland/xwayland-23.2.2.ebuild b/x11-base/xwayland/xwayland-23.2.2.ebuild
index 3aa58cfedba6..06e42d47e554 100644
--- a/x11-base/xwayland/xwayland-23.2.2.ebuild
+++ b/x11-base/xwayland/xwayland-23.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -58,7 +58,7 @@ RDEPEND="
selinux? ( sec-policy/selinux-xserver )
"
BDEPEND="
- sys-devel/flex
+ app-alternatives/lex
dev-util/wayland-scanner
"