diff options
author | 2024-01-08 12:05:45 +0000 | |
---|---|---|
committer | 2024-01-08 12:21:37 +0000 | |
commit | 7bf9ba9c91488dc21d2d91bce5b42d263df2403e (patch) | |
tree | 1cf8a271a6d5450e9879cdaec9cffe6ca8848545 /app-emulation/spim | |
parent | app-emulation/ski: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-7bf9ba9c91488dc21d2d91bce5b42d263df2403e.tar.gz gentoo-7bf9ba9c91488dc21d2d91bce5b42d263df2403e.tar.bz2 gentoo-7bf9ba9c91488dc21d2d91bce5b42d263df2403e.zip |
app-emulation/spim: 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 'app-emulation/spim')
-rw-r--r-- | app-emulation/spim/spim-8.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/spim/spim-8.0-r3.ebuild b/app-emulation/spim/spim-8.0-r3.ebuild index 05f6fcdf21f3..a011ed2f09c8 100644 --- a/app-emulation/spim/spim-8.0-r3.ebuild +++ b/app-emulation/spim/spim-8.0-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=7 @@ -25,7 +25,7 @@ DEPEND=" X? ( x11-base/xorg-proto ) " BDEPEND=" - sys-devel/bison + app-alternatives/yacc X? ( x11-misc/imake ) " |