diff options
author | 2024-01-08 07:45:39 -0500 | |
---|---|---|
committer | 2024-01-08 07:57:52 -0500 | |
commit | 4bdedca68d7f7c13d886d29b11898536b01559d1 (patch) | |
tree | 6b6e248b717589449ab4c6811de76080a436dc7c /app-emulation/wine-proton/wine-proton-7.0.6.ebuild | |
parent | Revert "app-emulation/wine-staging: sys-devel/flex -> app-alternatives/lex" (diff) | |
download | gentoo-4bdedca68d7f7c13d886d29b11898536b01559d1.tar.gz gentoo-4bdedca68d7f7c13d886d29b11898536b01559d1.tar.bz2 gentoo-4bdedca68d7f7c13d886d29b11898536b01559d1.zip |
Revert "app-emulation/wine-proton: sys-devel/flex -> app-alternatives/lex"
This reverts commit 70004fc841b5b6e11ebd6393e0487e3c3171213a.
This may not set LEX, but that's because wine does not respect
this variable in the first place and looks for flex directly.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-proton/wine-proton-7.0.6.ebuild')
-rw-r--r-- | app-emulation/wine-proton/wine-proton-7.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 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 8ac2d2cc34a7..b0d8137fd450 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-2024 Gentoo Authors +# Copyright 2022-2023 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 - app-alternatives/lex + sys-devel/flex virtual/pkgconfig nls? ( sys-devel/gettext ) !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )" |