diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:07:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:24:50 +0000 |
commit | 7a19c0e087c57104e111ae7b70c947ffe5e8e06b (patch) | |
tree | ab87560e6cfdbd406f5e1948e1f8dcfc3467e34c /games-puzzle | |
parent | games-misc/bsd-games: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-7a19c0e087c57104e111ae7b70c947ffe5e8e06b.tar.gz gentoo-7a19c0e087c57104e111ae7b70c947ffe5e8e06b.tar.bz2 gentoo-7a19c0e087c57104e111ae7b70c947ffe5e8e06b.zip |
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>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild index a685cfc79e89..9446537447a7 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild @@ -23,7 +23,7 @@ RDEPEND=" opengl? ( media-libs/libglvnd )" DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/bison + app-alternatives/yacc app-alternatives/lex virtual/pkgconfig" |