summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nedit/nedit-5.7.ebuild')
-rw-r--r--app-editors/nedit/nedit-5.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nedit/nedit-5.7.ebuild b/app-editors/nedit/nedit-5.7.ebuild
index f8a265fc947a..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
@@ -13,14 +13,14 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~mips ppc ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc"
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}"