Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/
Date: Wed, 01 Feb 2023 06:42:29
Message-Id: 1675233738.8dab8ad9d16a1e94d2a93ef0da0db70d011ed63a.arthurzam@gentoo
1 commit: 8dab8ad9d16a1e94d2a93ef0da0db70d011ed63a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 06:42:18 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 06:42:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dab8ad9
7
8 app-vim/gentoo-syntax: Stabilize 4 ALLARCHES, #892780
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-vim/gentoo-syntax/gentoo-syntax-4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
16 index 6a2bb2bc0937..8505d4bfb08a 100644
17 --- a/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
18 +++ b/app-vim/gentoo-syntax/gentoo-syntax-4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2"
26
27 LICENSE="vim"
28 SLOT="0"
29 -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"
30 +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"
31 IUSE="ignore-glep31"
32
33 VIM_PLUGIN_HELPFILES="gentoo-syntax"