diff options
author | 2024-01-08 11:44:07 +0000 | |
---|---|---|
committer | 2024-01-08 12:01:30 +0000 | |
commit | 9e9eec942174e0964b399820071937458f19e62e (patch) | |
tree | 791c251caa6cb7800f4f6c27cdeaff6b16cac39a /app-emulation/wine-staging | |
parent | app-emulation/wine-proton: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-9e9eec942174e0964b399820071937458f19e62e.tar.gz gentoo-9e9eec942174e0964b399820071937458f19e62e.tar.bz2 gentoo-9e9eec942174e0964b399820071937458f19e62e.zip |
app-emulation/wine-staging: 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/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 b28e3e16486b..b5aefc9f7b29 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-2023 Gentoo Authors +# Copyright 2022-2024 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 - sys-devel/flex + app-alternatives/lex 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 2f2a3a83109b..9bb77c38b43b 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-2023 Gentoo Authors +# Copyright 2022-2024 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 - sys-devel/flex + app-alternatives/lex 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 2f2a3a83109b..9bb77c38b43b 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-2023 Gentoo Authors +# Copyright 2022-2024 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 - sys-devel/flex + app-alternatives/lex 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 3a29caad4415..15a121d10045 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 - sys-devel/flex + app-alternatives/lex 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 841cad91bcda..09f635ab0060 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 - sys-devel/flex + app-alternatives/lex virtual/pkgconfig mingw? ( !crossdev-mingw? ( >=dev-util/mingw64-toolchain-10.0.0_p1-r2[${MULTILIB_USEDEP}] |