diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-04-24 19:53:00 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-25 17:10:39 +0200 |
commit | 627241b18d66d42076fd4c49f1be05a597107a57 (patch) | |
tree | 31b69288ff97f08b8fa71253ebd19b32fde5c70b /app-xemacs | |
parent | app-xemacs/xemacs-eterm: Keyword 1.20 riscv, #840502 (diff) | |
download | gentoo-627241b18d66d42076fd4c49f1be05a597107a57.tar.gz gentoo-627241b18d66d42076fd4c49f1be05a597107a57.tar.bz2 gentoo-627241b18d66d42076fd4c49f1be05a597107a57.zip |
app-xemacs/xemacs-ispell: Keyword 1.37 riscv, #840502
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild index 0ea8e84da73a..43ac8193b031 100644 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,6 @@ MY_PN=${PN/xemacs-/} SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${MY_PN}-${PV}-pkg.tar.gz" RDEPEND="" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~riscv sparc x86" inherit xemacs-packages |