diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-03-24 20:20:06 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-03-24 20:20:06 -0400 |
commit | 36c50ff53b7d4226d0287eb0b0f5cf72e0fa8678 (patch) | |
tree | 513f8600b3051aadf60be26d408e52cd0a787e38 /app-vim/dbext | |
parent | app-vim/gundo: remove old (diff) | |
download | gentoo-36c50ff53b7d4226d0287eb0b0f5cf72e0fa8678.tar.gz gentoo-36c50ff53b7d4226d0287eb0b0f5cf72e0fa8678.tar.bz2 gentoo-36c50ff53b7d4226d0287eb0b0f5cf72e0fa8678.zip |
app-vim/dbext: stabilize 26.00
Diffstat (limited to 'app-vim/dbext')
-rw-r--r-- | app-vim/dbext/dbext-26.00.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/dbext/dbext-26.00.ebuild b/app-vim/dbext/dbext-26.00.ebuild index 6f66ec1f03b9..90f05bddfff0 100644 --- a/app-vim/dbext/dbext-26.00.ebuild +++ b/app-vim/dbext/dbext-26.00.ebuild @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: easy access to databases" HOMEPAGE="https://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" |