summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:07:23 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:24:51 +0000
commit1c681efb2646f1dc1bfed1b0f6b2dd9fa614169e (patch)
tree9612c3a4337c0796c9bc6be374b2df7ea8d723f8
parentgames-puzzle/flobopuyo: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-1c681efb2646f1dc1bfed1b0f6b2dd9fa614169e.tar.gz
gentoo-1c681efb2646f1dc1bfed1b0f6b2dd9fa614169e.tar.bz2
gentoo-1c681efb2646f1dc1bfed1b0f6b2dd9fa614169e.zip
games-simulation/micropolis: 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>
-rw-r--r--games-simulation/micropolis/micropolis-1.0_p20180313.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild b/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild
index 5b869591075b..c202a808021d 100644
--- a/games-simulation/micropolis/micropolis-1.0_p20180313.ebuild
+++ b/games-simulation/micropolis/micropolis-1.0_p20180313.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=7
@@ -20,7 +20,7 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXpm"
DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/bison"
+BDEPEND="app-alternatives/yacc"
S="${WORKDIR}/${PN}-${COMMIT}"