diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:57 +0000 |
commit | 52b4985c9abf5b8699dcb1e8e4b1b5143ea1adc4 (patch) | |
tree | 1dbc3da8440ed5211248150eb97b46681d3579b5 /games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild | |
parent | games-puzzle/flobopuyo: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-52b4985c9abf5b8699dcb1e8e4b1b5143ea1adc4.tar.gz gentoo-52b4985c9abf5b8699dcb1e8e4b1b5143ea1adc4.tar.bz2 gentoo-52b4985c9abf5b8699dcb1e8e4b1b5143ea1adc4.zip |
games-roguelike/stone-soup: 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-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild')
-rw-r--r-- | games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild index c8dde8ecd912..c22746fce76b 100644 --- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild +++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.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 # There are many slots for this package because people in the community @@ -70,7 +70,7 @@ BDEPEND=" dev-lang/perl ${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') - sys-devel/flex + app-alternatives/lex tiles? ( advpng? ( app-arch/advancecomp |