Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/colorv/
Date: Thu, 25 Aug 2016 20:58:38
Message-Id: 1472158692.53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6.monsieurp@gentoo
1 commit: 53c1a9a1f13c8f3e6445087c1d4cfab04cc49bf6
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 20:23:55 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 20:58:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c1a9a1
7
8 app-vim/colorv: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/colorv/colorv-3.0.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/colorv/colorv-3.0.2.ebuild b/app-vim/colorv/colorv-3.0.2.ebuild
16 index 3b03561..15acdcb 100644
17 --- a/app-vim/colorv/colorv-3.0.2.ebuild
18 +++ b/app-vim/colorv/colorv-3.0.2.ebuild
19 @@ -1,15 +1,15 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="5"
26 +EAPI=5
27
28 inherit vim-plugin
29
30 DESCRIPTION="vim plugin: a color tool for vim"
31 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3597 https://github.com/Rykka/colorv.vim/"
32 LICENSE="MIT"
33 -KEYWORDS="~amd64 ~x86"
34 +KEYWORDS="amd64 x86"
35 IUSE=""
36
37 VIM_PLUGIN_HELPFILES="${PN}.txt"