Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/
Date: Mon, 01 Jun 2020 00:18:08
Message-Id: 1590970672.ed65709f2f324ff2729ee94cc08f30a01958b0be.mattst88@gentoo
1 commit: ed65709f2f324ff2729ee94cc08f30a01958b0be
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 00:17:52 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 00:17:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed65709f
7
8 app-vim/vimoutliner: Drop alpha keywords
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
16 index 6db51284887..19119a8ef09 100644
17 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
18 +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: easy and fast outlining"
20 HOMEPAGE="https://github.com/vimoutliner/vimoutliner"
21 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22 LICENSE="GPL-2"
23 -KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
24 +KEYWORDS="amd64 ~ia64 ~mips ppc sparc x86"
25
26 VIM_PLUGIN_HELPFILES="vimoutliner"
27 VIM_PLUGIN_MESSAGES="filetype"