diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-24 22:00:53 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-24 22:00:53 -0400 |
commit | d7ba2c72c07084094d8f6b9bae6f7c33dcad834b (patch) | |
tree | 8e01fcb3c17eed87a187a684db73c341c071411b /app-vim/dbext | |
parent | app-vim/dbext: version bump (diff) | |
download | gentoo-d7ba2c72c07084094d8f6b9bae6f7c33dcad834b.tar.gz gentoo-d7ba2c72c07084094d8f6b9bae6f7c33dcad834b.tar.bz2 gentoo-d7ba2c72c07084094d8f6b9bae6f7c33dcad834b.zip |
app-vim/dbext: stabilize 21.0
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-21.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-21.0.ebuild b/app-vim/dbext/dbext-21.0.ebuild index ebf04644b844..b7ca32fa55b3 100644 --- a/app-vim/dbext/dbext-21.0.ebuild +++ b/app-vim/dbext/dbext-21.0.ebuild @@ -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" |