diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 15:23:59 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 15:49:27 +0200 |
commit | 10bb3a1a475e0b2c312ec932b6e6a1164a262c18 (patch) | |
tree | c2e2157a0af721c97708601ea054de6046d95f4b | |
parent | f560eaa41657497ac6bec0edb9d0a904f3bc8798 (diff) | |
download | gentoo-10bb3a1a475e0b2c312ec932b6e6a1164a262c18.tar.gz gentoo-10bb3a1a475e0b2c312ec932b6e6a1164a262c18.tar.xz |
app-vim/detectindent: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
-rw-r--r-- | app-vim/detectindent/detectindent-1.0_p20150908.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild index 466ae01f399..ff9c71d98aa 100644 --- a/app-vim/detectindent/detectindent-1.0_p20150908.ebuild +++ b/app-vim/detectindent/detectindent-1.0_p20150908.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: automatically detect file indent settings" HOMEPAGE="https://github.com/ciaranm/detectindent" LICENSE="vim" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 hppa mips ppc sparc x86" IUSE="" if [[ ${PV} != 9999* ]] ; then |