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/info/
Date: Wed, 29 Jun 2016 11:49:32
Message-Id: 1467199270.804f99f2544cab88ebc7184def3d1958aeeb0dd1.monsieurp@gentoo
1 commit: 804f99f2544cab88ebc7184def3d1958aeeb0dd1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:17:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:21:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f99f2
7
8 app-vim/info: 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/info/info-1.7-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild
16 index 2c3e368..a1fb6b2 100644
17 --- a/app-vim/info/info-1.7-r2.ebuild
18 +++ b/app-vim/info/info-1.7-r2.ebuild
19 @@ -9,7 +9,7 @@ inherit vim-plugin
20 DESCRIPTION="vim plugin: GNU info documentation browser"
21 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=21"
22 LICENSE="BSD"
23 -KEYWORDS="~x86 ~alpha ~sparc ~ia64 ~ppc ~s390 ~amd64"
24 +KEYWORDS="x86 alpha sparc ia64 ppc s390 amd64"
25 IUSE=""
26
27 VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command."