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/detectindent/
Date: Fri, 02 Sep 2016 13:49:43
Message-Id: 1472824167.10bb3a1a475e0b2c312ec932b6e6a1164a262c18.monsieurp@gentoo
1 commit: 10bb3a1a475e0b2c312ec932b6e6a1164a262c18
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 13:23:59 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 13:49:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bb3a1a
7
8 app-vim/detectindent: 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/detectindent/detectindent-1.0_p20150908.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
16 index 466ae01..ff9c71d 100644
17 --- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
18 +++ b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 +# Copyright 1999-2016 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: automatically detect file indent settings"
27 HOMEPAGE="https://github.com/ciaranm/detectindent"
28 LICENSE="vim"
29 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
30 +KEYWORDS="amd64 hppa mips ppc sparc x86"
31 IUSE=""
32
33 if [[ ${PV} != 9999* ]] ; then