diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-17 16:40:20 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-17 16:40:20 -0400 |
commit | 85fbacf8b4155483c9bcc9c17b056ae4f0978095 (patch) | |
tree | 9e2a80dbad466c7d3f5f6963c87089f6b966bf5c /app-vim/dbext | |
parent | app-vim/diffchar: version bump to 6.8 (diff) | |
download | gentoo-85fbacf8b4155483c9bcc9c17b056ae4f0978095.tar.gz gentoo-85fbacf8b4155483c9bcc9c17b056ae4f0978095.tar.bz2 gentoo-85fbacf8b4155483c9bcc9c17b056ae4f0978095.zip |
app-vim/dbext: stabilize 25.0
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-25.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-25.0.ebuild b/app-vim/dbext/dbext-25.0.ebuild index a967751576ce..7f4f03480746 100644 --- a/app-vim/dbext/dbext-25.0.ebuild +++ b/app-vim/dbext/dbext-25.0.ebuild @@ -8,6 +8,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" |