diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:44:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:31 +0000 |
commit | f2a99318b859e9365e51f1ba5c7553d6e05d590a (patch) | |
tree | 189760c0fc11e4b17941862766067058b2185c69 /app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | |
parent | app-emulation/wine-staging: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-f2a99318b859e9365e51f1ba5c7553d6e05d590a.tar.gz gentoo-f2a99318b859e9365e51f1ba5c7553d6e05d590a.tar.bz2 gentoo-f2a99318b859e9365e51f1ba5c7553d6e05d590a.zip |
app-emulation/wine-vanilla: 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-vanilla/wine-vanilla-9999.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 82e4101c491a..a320176ecc6b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -134,7 +134,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}] |