diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:46:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:38 +0000 |
commit | 7643b011eeb132f91a1ec41632de1c8856c57481 (patch) | |
tree | a2d8b5ae278667888e299095c107c44b5d651c2c /dev-embedded/u-boot-tools | |
parent | dev-embedded/gpsim: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-7643b011eeb132f91a1ec41632de1c8856c57481.tar.gz gentoo-7643b011eeb132f91a1ec41632de1c8856c57481.tar.bz2 gentoo-7643b011eeb132f91a1ec41632de1c8856c57481.zip |
dev-embedded/u-boot-tools: 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 'dev-embedded/u-boot-tools')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2023.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2023.10.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2023.10.ebuild index 6de7c8911ac8..1ebe0bfc8ef2 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2023.10.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2023.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-lang/swig sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig " |