diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:06:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:40 +0000 |
commit | ff43ed756253c6bca577b2c562b94e1276f8fd9c (patch) | |
tree | 88f3fc5bef051beae1c9ad1d468eed5793f8e563 /dev-embedded/u-boot-tools | |
parent | dev-embedded/avrdude: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-ff43ed756253c6bca577b2c562b94e1276f8fd9c.tar.gz gentoo-ff43ed756253c6bca577b2c562b94e1276f8fd9c.tar.bz2 gentoo-ff43ed756253c6bca577b2c562b94e1276f8fd9c.zip |
dev-embedded/u-boot-tools: sys-devel/bison -> app-alternatives/yacc
All of these will be using app-alternatives/yacc 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 | 2 |
1 files changed, 1 insertions, 1 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 1ebe0bfc8ef2..81a202294643 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 @@ -20,7 +20,7 @@ RDEPEND="dev-libs/openssl:=" DEPEND="${RDEPEND}" BDEPEND=" dev-lang/swig - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig " |