diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-09-23 01:41:15 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-09-23 01:41:15 -0400 |
commit | 28759f928fff6bd9032c161e5bfeeb32b7af4ee4 (patch) | |
tree | e22e6d905dfb99fc687cec709700e88d19a3c023 /app-vim/dbext | |
parent | app-vim/dbext: version bump to 24.0 (diff) | |
download | gentoo-28759f928fff6bd9032c161e5bfeeb32b7af4ee4.tar.gz gentoo-28759f928fff6bd9032c161e5bfeeb32b7af4ee4.tar.bz2 gentoo-28759f928fff6bd9032c161e5bfeeb32b7af4ee4.zip |
app-vim/dbext: stabilize 23.0
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-23.0.ebuild b/app-vim/dbext/dbext-23.0.ebuild index d8e183317024..4b04490d5b13 100644 --- a/app-vim/dbext/dbext-23.0.ebuild +++ b/app-vim/dbext/dbext-23.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" |