summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 12:05:41 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:21:36 +0000
commit4d60a50c41cd5cf64ce4bf6e7618935b46ca3bc7 (patch)
treec4c4972a220b218e974f7bc3eff7f5a1ac588c8d
parentapp-doc/doxygen: sys-devel/bison -> app-alternatives/yacc (diff)
downloadgentoo-4d60a50c41cd5cf64ce4bf6e7618935b46ca3bc7.tar.gz
gentoo-4d60a50c41cd5cf64ce4bf6e7618935b46ca3bc7.tar.bz2
gentoo-4d60a50c41cd5cf64ce4bf6e7618935b46ca3bc7.zip
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>
-rw-r--r--app-editors/nedit/nedit-5.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/nedit/nedit-5.7.ebuild b/app-editors/nedit/nedit-5.7.ebuild
index 5702d3b8f272..77e32da20175 100644
--- a/app-editors/nedit/nedit-5.7.ebuild
+++ b/app-editors/nedit/nedit-5.7.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/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}"