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 | c79ca18071d4a3ab954aba8f30845c44a6792ac1 (diff) | |
download | gentoo-f9aa6a681471b256bd03b95a791695449b1ca5ba.tar.gz gentoo-f9aa6a681471b256bd03b95a791695449b1ca5ba.tar.xz |
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 a001f94e532..bcfca5c18f3 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" |