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/curcmdmode/
Date: Tue, 03 Jan 2017 22:59:55
Message-Id: 1483484047.7d11ceb3f3409372f37a644843588f98fd80eb62.monsieurp@gentoo
1 commit: 7d11ceb3f3409372f37a644843588f98fd80eb62
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 22:54:07 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 22:54:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d11ceb3
7
8 app-vim/curcmdmode: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.3.0
11
12 app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild
16 index 9f1492d..bd60070 100644
17 --- a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild
18 +++ b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -9,7 +9,7 @@ inherit vim-plugin
26 DESCRIPTION="vim plugin: library for extending vim's mode() function"
27 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745"
28 LICENSE="GPL-2"
29 -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
30 +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86"
31 IUSE=""
32
33 RDEPEND="app-vim/genutils"