diff options
author | 2024-01-08 07:44:49 -0500 | |
---|---|---|
committer | 2024-01-08 07:57:51 -0500 | |
commit | 6402e091dcb61df507670fc5791ace0bf57f030f (patch) | |
tree | 5c76afbb9502ee3d496e3e0d460bcfb1c57c04ef /app-emulation/wine-staging | |
parent | Revert "app-emulation/wine-vanilla: sys-devel/flex -> app-alternatives/lex" (diff) | |
download | gentoo-6402e091dcb61df507670fc5791ace0bf57f030f.tar.gz gentoo-6402e091dcb61df507670fc5791ace0bf57f030f.tar.bz2 gentoo-6402e091dcb61df507670fc5791ace0bf57f030f.zip |
Revert "app-emulation/wine-staging: sys-devel/flex -> app-alternatives/lex"
This reverts commit 9e9eec942174e0964b399820071937458f19e62e.
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-staging')
5 files changed, 8 insertions, 8 deletions
diff --git a/app-emulation/wine-staging/wine-staging-8.0.ebuild b/app-emulation/wine-staging/wine-staging-8.0.ebuild index b5aefc9f7b29..b28e3e16486b 100644 --- a/app-emulation/wine-staging/wine-staging-8.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.0.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 @@ -122,7 +122,7 @@ BDEPEND=" dev-lang/perl sys-devel/binutils sys-devel/bison - app-alternatives/lex + sys-devel/flex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] diff --git a/app-emulation/wine-staging/wine-staging-8.19.ebuild b/app-emulation/wine-staging/wine-staging-8.19.ebuild index 9bb77c38b43b..2f2a3a83109b 100644 --- a/app-emulation/wine-staging/wine-staging-8.19.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.19.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 @@ -144,7 +144,7 @@ BDEPEND=" ) dev-lang/perl sys-devel/bison - app-alternatives/lex + sys-devel/flex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] diff --git a/app-emulation/wine-staging/wine-staging-8.20.ebuild b/app-emulation/wine-staging/wine-staging-8.20.ebuild index 9bb77c38b43b..2f2a3a83109b 100644 --- a/app-emulation/wine-staging/wine-staging-8.20.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.20.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 @@ -144,7 +144,7 @@ BDEPEND=" ) dev-lang/perl sys-devel/bison - app-alternatives/lex + sys-devel/flex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] diff --git a/app-emulation/wine-staging/wine-staging-8.21.ebuild b/app-emulation/wine-staging/wine-staging-8.21.ebuild index 15a121d10045..3a29caad4415 100644 --- a/app-emulation/wine-staging/wine-staging-8.21.ebuild +++ b/app-emulation/wine-staging/wine-staging-8.21.ebuild @@ -147,7 +147,7 @@ BDEPEND=" ) dev-lang/perl sys-devel/bison - app-alternatives/lex + sys-devel/flex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 09f635ab0060..841cad91bcda 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -147,7 +147,7 @@ BDEPEND=" ) dev-lang/perl sys-devel/bison - app-alternatives/lex + sys-devel/flex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] |