diff options
Diffstat (limited to 'app-vim/dbext/dbext-24.0.ebuild')
-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" |