games-puzzle/flobopuyo: 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>
This commit is contained in:
Sam James 2024-01-08 12:07:21 +00:00
parent 4683130ee7
commit 7a19c0e087
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RDEPEND="
opengl? ( media-libs/libglvnd )"
DEPEND="${RDEPEND}"
BDEPEND="
sys-devel/bison
app-alternatives/yacc
app-alternatives/lex
virtual/pkgconfig"