diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:22:03 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:31:11 +0200 |
commit | 2c7d0d2cbb98e166a99503fe29db3367d6a56a6d (patch) | |
tree | df0efd1de72039f04c0c41ce3b1c797a1da09e14 /app-vim/detectindent | |
parent | app-vim/dbext: Drop to ~mips; mips doesn't do stable keywords right now (diff) | |
download | gentoo-2c7d0d2cbb98e166a99503fe29db3367d6a56a6d.tar.gz gentoo-2c7d0d2cbb98e166a99503fe29db3367d6a56a6d.tar.bz2 gentoo-2c7d0d2cbb98e166a99503fe29db3367d6a56a6d.zip |
app-vim/detectindent: Drop to ~mips; mips doesn't do stable keywords right now
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-vim/detectindent')
-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 ff9c71d98aa2..3a3015132e66 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-2016 Gentoo Foundation +# Copyright 1999-2017 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 |