diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:30 +0000 |
commit | 70004fc841b5b6e11ebd6393e0487e3c3171213a (patch) | |
tree | 40a842e81b6a8ba4d6c206674d6cdcf4e0e3ae6e /app-emulation | |
parent | app-emulation/vkd3d: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-70004fc841b5b6e11ebd6393e0487e3c3171213a.tar.gz gentoo-70004fc841b5b6e11ebd6393e0487e3c3171213a.tar.bz2 gentoo-70004fc841b5b6e11ebd6393e0487e3c3171213a.zip |
app-emulation/wine-proton: 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 'app-emulation')
4 files changed, 7 insertions, 7 deletions
diff --git a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild index b0d8137fd450..8ac2d2cc34a7 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.6.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,7 +100,7 @@ BDEPEND=" dev-lang/perl sys-devel/binutils sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig nls? ( sys-devel/gettext ) !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" diff --git a/app-emulation/wine-proton/wine-proton-8.0.3c.ebuild b/app-emulation/wine-proton/wine-proton-8.0.3c.ebuild index 9f55f65590c2..bd975980027b 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.3c.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.3c.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,7 +100,7 @@ BDEPEND=" dev-lang/perl sys-devel/binutils sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig nls? ( sys-devel/gettext ) !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" diff --git a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild index a276fcd47066..05a681ccecdb 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -100,7 +100,7 @@ BDEPEND=" dev-lang/perl sys-devel/binutils sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig nls? ( sys-devel/gettext ) !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index 0ee683445ce9..2e32a05cd485 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -101,7 +101,7 @@ BDEPEND=" dev-lang/perl sys-devel/binutils sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig nls? ( sys-devel/gettext ) !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" |