diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:17:04 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-03-12 20:17:54 -0500 |
commit | f9aa6a681471b256bd03b95a791695449b1ca5ba (patch) | |
tree | 899497fa02a0502c3b466e24cdabba4075edda64 /app-vim/calendar | |
parent | profiles: www-plugins/pipelight force abi_x86_32 -abi_x86_64 (diff) | |
download | gentoo-f9aa6a681471b256bd03b95a791695449b1ca5ba.tar.gz gentoo-f9aa6a681471b256bd03b95a791695449b1ca5ba.tar.bz2 gentoo-f9aa6a681471b256bd03b95a791695449b1ca5ba.zip |
app-vim/calendar: stabilize 2.9
Diffstat (limited to 'app-vim/calendar')
-rw-r--r-- | app-vim/calendar/calendar-2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild index a001f94e532f..bcfca5c18f3d 100644 --- a/app-vim/calendar/calendar-2.9.ebuild +++ b/app-vim/calendar/calendar-2.9.ebuild @@ -9,6 +9,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: calendar window" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" LICENSE="vim" -KEYWORDS="~amd64 ~mips ~ppc ~x86" +KEYWORDS="amd64 ~mips ppc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |