diff options
author | 2024-01-08 12:07:49 +0000 | |
---|---|---|
committer | 2024-01-08 12:24:56 +0000 | |
commit | d9be63043dce46963007a432b123f29281ab106d (patch) | |
tree | 8d7ac0342a632c07627d11458af7576d8f0bb018 /media-libs/libkate | |
parent | media-libs/libcue: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-d9be63043dce46963007a432b123f29281ab106d.tar.gz gentoo-d9be63043dce46963007a432b123f29281ab106d.tar.bz2 gentoo-d9be63043dce46963007a432b123f29281ab106d.zip |
media-libs/libkate: 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 'media-libs/libkate')
-rw-r--r-- | media-libs/libkate/libkate-0.4.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libkate/libkate-0.4.1-r4.ebuild b/media-libs/libkate/libkate-0.4.1-r4.ebuild index f4a7bc2f0b87..ce389e4899a9 100644 --- a/media-libs/libkate/libkate-0.4.1-r4.ebuild +++ b/media-libs/libkate/libkate-0.4.1-r4.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=7 @@ -21,7 +21,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc sys-devel/flex[${MULTILIB_USEDEP}] virtual/pkgconfig doc? ( app-doc/doxygen ) |