diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-24 19:58:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-24 19:58:39 +0100 |
commit | 8e42c233da647bbd614b2309a518fad65528957d (patch) | |
tree | 87b53c2f83d64303e8040202f4aca3bf862493db /app-vim | |
parent | app-cdr/xfburn: Stabilize 0.7.0 ppc64, #922825 (diff) | |
download | gentoo-8e42c233da647bbd614b2309a518fad65528957d.tar.gz gentoo-8e42c233da647bbd614b2309a518fad65528957d.tar.bz2 gentoo-8e42c233da647bbd614b2309a518fad65528957d.zip |
app-vim/gentoo-syntax: Stabilize 13 ALLARCHES, #922831
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild index 8465cb7009c6..f6ee8664a8b8 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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/gentoo-syntax.git/snapshot/${P}.tar.bz2" LICENSE="vim" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" |