diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-09-28 23:07:23 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-28 23:23:15 +0200 |
commit | 5dc4425f77baa9bf9211ed9046c39978a3ac0f0a (patch) | |
tree | 0022b8758b28a0da24b317c517197c4a03c45621 /app-vim/checkattach | |
parent | app-vim/easytags: clean up old. (diff) | |
download | gentoo-5dc4425f77baa9bf9211ed9046c39978a3ac0f0a.tar.gz gentoo-5dc4425f77baa9bf9211ed9046c39978a3ac0f0a.tar.bz2 gentoo-5dc4425f77baa9bf9211ed9046c39978a3ac0f0a.zip |
app-vim/checkattach: Stable for amd64+x86.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/checkattach')
-rw-r--r-- | app-vim/checkattach/checkattach-0.17.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild index bc62d4366d6f..b75ee3e38fd0 100644 --- a/app-vim/checkattach/checkattach-0.17.ebuild +++ b/app-vim/checkattach/checkattach-0.17.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + inherit vim-plugin DESCRIPTION="vim plugin: check for attachments when writing mails with mutt" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="CheckAttach.txt" |