diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-04-24 19:52:38 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-25 17:09:35 +0200 |
commit | e257e22558d1ec12b50b7fbec93782d5f9254281 (patch) | |
tree | 850dafd86eca1c33b11cc99151738bcefdeee344 /app-xemacs/eshell | |
parent | app-xemacs/escreen: Keyword 1.03 riscv, #840502 (diff) | |
download | gentoo-e257e22558d1ec12b50b7fbec93782d5f9254281.tar.gz gentoo-e257e22558d1ec12b50b7fbec93782d5f9254281.tar.bz2 gentoo-e257e22558d1ec12b50b7fbec93782d5f9254281.zip |
app-xemacs/eshell: Keyword 1.21 riscv, #840502
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-xemacs/eshell')
-rw-r--r-- | app-xemacs/eshell/eshell-1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/eshell/eshell-1.21.ebuild b/app-xemacs/eshell/eshell-1.21.ebuild index f527918e2ddf..da63fd053cf9 100644 --- a/app-xemacs/eshell/eshell-1.21.ebuild +++ b/app-xemacs/eshell/eshell-1.21.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 @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/xemacs-base app-xemacs/xemacs-eterm " -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" inherit xemacs-packages |