diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-04-24 19:52:34 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-25 17:09:21 +0200 |
commit | a0b673dfe978c8e5669c1842c94724462b579140 (patch) | |
tree | 763cee3b63eb137536982c08faee11d1c0e62520 /app-xemacs/dired | |
parent | app-xemacs/dictionary: Keyword 1.18 riscv, #840502 (diff) | |
download | gentoo-a0b673dfe978c8e5669c1842c94724462b579140.tar.gz gentoo-a0b673dfe978c8e5669c1842c94724462b579140.tar.bz2 gentoo-a0b673dfe978c8e5669c1842c94724462b579140.zip |
app-xemacs/dired: Keyword 1.22 riscv, #840502
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-xemacs/dired')
-rw-r--r-- | app-xemacs/dired/dired-1.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-xemacs/dired/dired-1.22.ebuild b/app-xemacs/dired/dired-1.22.ebuild index 773ffd7cf2e3..582c35224ab4 100644 --- a/app-xemacs/dired/dired-1.22.ebuild +++ b/app-xemacs/dired/dired-1.22.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/prog-modes " -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" inherit xemacs-packages |