summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:44:17 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:31 +0000
commitf2a99318b859e9365e51f1ba5c7553d6e05d590a (patch)
tree189760c0fc11e4b17941862766067058b2185c69 /app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
parentapp-emulation/wine-staging: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-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-7.0.2.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
index a4d883c1152c..1850038a2202 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.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
@@ -123,7 +123,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[${MULTILIB_USEDEP}] ) )
nls? ( sys-devel/gettext )"