diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-04-24 19:52:39 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-25 17:09:37 +0200 |
commit | 3eef232140296857777f28d4b5da2da7e4f21172 (patch) | |
tree | dda0dd55abcdd11201b347cec766bb44795fd367 /app-xemacs/forms | |
parent | app-xemacs/footnote: Keyword 1.18 riscv, #840502 (diff) | |
download | gentoo-3eef232140296857777f28d4b5da2da7e4f21172.tar.gz gentoo-3eef232140296857777f28d4b5da2da7e4f21172.tar.bz2 gentoo-3eef232140296857777f28d4b5da2da7e4f21172.zip |
app-xemacs/forms: Keyword 1.17 riscv, #840502
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-xemacs/forms')
-rw-r--r-- | app-xemacs/forms/forms-1.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/forms/forms-1.17.ebuild b/app-xemacs/forms/forms-1.17.ebuild index 35d2025c2d92..a055cb06c2e2 100644 --- a/app-xemacs/forms/forms-1.17.ebuild +++ b/app-xemacs/forms/forms-1.17.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 @@ -7,6 +7,6 @@ SLOT="0" DESCRIPTION="Forms editing support (obsolete, use Widget instead)" XEMACS_PKG_CAT="standard" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" inherit xemacs-packages |