diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:37:44 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-01-16 19:37:44 -0500 |
commit | 94eb9ae76effe0e9f8197d7d7f79776d0f99c9d2 (patch) | |
tree | 7f4985e7bd10cb9b6fc318d9683d78015e455e5e /app-vim/dbext | |
parent | app-vim/dbext: version bump to 23.0 (diff) | |
download | gentoo-94eb9ae76effe0e9f8197d7d7f79776d0f99c9d2.tar.gz gentoo-94eb9ae76effe0e9f8197d7d7f79776d0f99c9d2.tar.bz2 gentoo-94eb9ae76effe0e9f8197d7d7f79776d0f99c9d2.zip |
app-vim/dbext: stabilize 22.0
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-22.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-22.0.ebuild b/app-vim/dbext/dbext-22.0.ebuild index ebf04644b844..b7ca32fa55b3 100644 --- a/app-vim/dbext/dbext-22.0.ebuild +++ b/app-vim/dbext/dbext-22.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" |