diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:57 +0000 |
commit | 987212e9514fb18bd17f06e701f7b06c229d3a8b (patch) | |
tree | 9d9ce6104ac3922319df5e6967e33a06ae6c411a /media-libs/nas | |
parent | media-libs/mesa-amber: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-987212e9514fb18bd17f06e701f7b06c229d3a8b.tar.gz gentoo-987212e9514fb18bd17f06e701f7b06c229d3a8b.tar.bz2 gentoo-987212e9514fb18bd17f06e701f7b06c229d3a8b.zip |
media-libs/nas: 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/nas')
-rw-r--r-- | media-libs/nas/nas-1.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/nas/nas-1.9.5.ebuild b/media-libs/nas/nas-1.9.5.ebuild index 0f68945a0980..cae5ba3230e8 100644 --- a/media-libs/nas/nas-1.9.5.ebuild +++ b/media-libs/nas/nas-1.9.5.ebuild @@ -29,7 +29,7 @@ DEPEND=" x11-base/xorg-proto" BDEPEND=" app-text/rman - sys-devel/bison + app-alternatives/yacc app-alternatives/lex sys-devel/gcc x11-misc/gccmakedep |