diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 12:05:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:21:36 +0000 |
commit | 694b6edf7f3e93ee04a1cdc4264ff0673c235990 (patch) | |
tree | 77e4f9a9ab795f51def9e5bf41ccf8b53857a7ff /app-emulation/ski | |
parent | app-editors/nedit: sys-devel/bison -> app-alternatives/yacc (diff) | |
download | gentoo-694b6edf7f3e93ee04a1cdc4264ff0673c235990.tar.gz gentoo-694b6edf7f3e93ee04a1cdc4264ff0673c235990.tar.bz2 gentoo-694b6edf7f3e93ee04a1cdc4264ff0673c235990.zip |
app-emulation/ski: 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/ski')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild index bdcc44318041..381e6a334a78 100644 --- a/app-emulation/ski/ski-1.3.2-r4.ebuild +++ b/app-emulation/ski/ski-1.3.2-r4.ebuild @@ -20,7 +20,7 @@ RDEPEND="dev-libs/libltdl:0= debug? ( sys-libs/binutils-libs:0= ) motif? ( x11-libs/motif:0= )" DEPEND="${RDEPEND} - sys-devel/bison + app-alternatives/yacc app-alternatives/lex dev-util/gperf" |