app-editors/nedit: 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>
This commit is contained in:
Sam James 2024-01-08 12:05:41 +00:00
parent 73fee47158
commit 4d60a50c41
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 2 deletions

View File

@ -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/motif-2.3:0
x11-libs/libXt
x11-libs/libX11"
DEPEND="${RDEPEND}
|| ( dev-util/yacc sys-devel/bison )
|| ( dev-util/yacc app-alternatives/yacc )
dev-lang/perl"
S="${WORKDIR}/${PN}-${PV}"