diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:21:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-01-28 16:31:08 +0200 |
commit | 22b3cc0a044ee5edcfb0a84df9eec74c71d3030a (patch) | |
tree | 1cfa9abe822caa53a01dd76cefa355011882202a /app-vim | |
parent | app-vim/curcmdmode: Drop to ~mips; mips doesn't do stable keywords right now (diff) | |
download | gentoo-22b3cc0a044ee5edcfb0a84df9eec74c71d3030a.tar.gz gentoo-22b3cc0a044ee5edcfb0a84df9eec74c71d3030a.tar.bz2 gentoo-22b3cc0a044ee5edcfb0a84df9eec74c71d3030a.zip |
app-vim/dbext: 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')
-rw-r--r-- | app-vim/dbext/dbext-24.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/dbext/dbext-24.0.ebuild b/app-vim/dbext/dbext-24.0.ebuild index e6ee019547b1..7d6698b134ca 100644 --- a/app-vim/dbext/dbext-24.0.ebuild +++ b/app-vim/dbext/dbext-24.0.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,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356" LICENSE="GPL-2" -KEYWORDS="amd64 mips ppc x86" +KEYWORDS="amd64 ~mips ppc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |