diff options
author | 2024-01-08 11:52:47 +0000 | |
---|---|---|
committer | 2024-01-08 12:03:14 +0000 | |
commit | 5219f256885ec795779e63e626c272a435c4fa43 (patch) | |
tree | 6511ff11904950f5fbd77b958897440244407b57 /x11-base | |
parent | x11-base/xorg-server: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-base/xwayland/xwayland-23.2.2.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xwayland/xwayland-23.2.3-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-base/xwayland/xwayland-23.2.3.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xwayland/xwayland-9999.ebuild | 2 |
4 files changed, 6 insertions, 6 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 " diff --git a/x11-base/xwayland/xwayland-23.2.3-r1.ebuild b/x11-base/xwayland/xwayland-23.2.3-r1.ebuild index 7cf66e28583c..26d007f70835 100644 --- a/x11-base/xwayland/xwayland-23.2.3-r1.ebuild +++ b/x11-base/xwayland/xwayland-23.2.3-r1.ebuild @@ -58,7 +58,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-xserver ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex dev-util/wayland-scanner " diff --git a/x11-base/xwayland/xwayland-23.2.3.ebuild b/x11-base/xwayland/xwayland-23.2.3.ebuild index abc33e62ffa7..15382a5996ac 100644 --- a/x11-base/xwayland/xwayland-23.2.3.ebuild +++ b/x11-base/xwayland/xwayland-23.2.3.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 @@ -57,7 +57,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-xserver ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex dev-util/wayland-scanner " diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 7a12b501d04b..03adecb51898 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -57,7 +57,7 @@ RDEPEND=" selinux? ( sec-policy/selinux-xserver ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex dev-util/wayland-scanner " |