diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:23:49 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:31:21 +0200 |
commit | fdce6d356725824a43eb1ff80075ebb3da27528e (patch) | |
tree | 1947580a7892e7727b15533bd572b84c99e39d0a /app-vim/foldutil | |
parent | app-vim/errsign: Drop to ~mips; mips doesn't do stable keywords right now (diff) | |
download | gentoo-fdce6d356725824a43eb1ff80075ebb3da27528e.tar.gz gentoo-fdce6d356725824a43eb1ff80075ebb3da27528e.tar.bz2 gentoo-fdce6d356725824a43eb1ff80075ebb3da27528e.zip |
app-vim/foldutil: 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/foldutil')
-rw-r--r-- | app-vim/foldutil/foldutil-3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild index e98b9acfa297..fe7cdcafb052 100644 --- a/app-vim/foldutil/foldutil-3.0-r1.ebuild +++ b/app-vim/foldutil/foldutil-3.0-r1.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: fold creation utility" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=158" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=">=app-vim/genutils-2.0" |