diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 11:59:36 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-07 19:14:29 +0800 |
commit | b3dbc5ed34fa2904862788168260f9873de84640 (patch) | |
tree | e17eb1ee013c7061cc2c32da665ca9817ace8d66 | |
parent | app-vim/gentoo-syntax: keyword 2 for ~loong (diff) | |
download | gentoo-b3dbc5ed34fa2904862788168260f9873de84640.tar.gz gentoo-b3dbc5ed34fa2904862788168260f9873de84640.tar.bz2 gentoo-b3dbc5ed34fa2904862788168260f9873de84640.zip |
app-eselect/eselect-vi: keyword 1.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
-rw-r--r-- | app-eselect/eselect-vi/eselect-vi-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-eselect/eselect-vi/eselect-vi-1.2.ebuild b/app-eselect/eselect-vi/eselect-vi-1.2.ebuild index d2946d800f97..f6d6fcd1cdde 100644 --- a/app-eselect/eselect-vi/eselect-vi-1.2.ebuild +++ b/app-eselect/eselect-vi/eselect-vi-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="app-admin/eselect" |