diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:56 +0000 |
commit | bd95273fdb24b02a676a09e7bddd9c63c65bd134 (patch) | |
tree | 825e5a6d8c1278e74a990144b6f802ff5fd639d8 /games-puzzle | |
parent | games-misc/bsd-games: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-bd95273fdb24b02a676a09e7bddd9c63c65bd134.tar.gz gentoo-bd95273fdb24b02a676a09e7bddd9c63c65bd134.tar.bz2 gentoo-bd95273fdb24b02a676a09e7bddd9c63c65bd134.zip |
games-puzzle/flobopuyo: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild index c38cdc1d7cbb..a685cfc79e89 100644 --- a/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild +++ b/games-puzzle/flobopuyo/flobopuyo-0.20-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex virtual/pkgconfig" PATCHES=( |