Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/checkattach/
Date: Wed, 28 Sep 2016 21:23:30
Message-Id: 1475097795.5dc4425f77baa9bf9211ed9046c39978a3ac0f0a.monsieurp@gentoo
1 commit: 5dc4425f77baa9bf9211ed9046c39978a3ac0f0a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 21:07:23 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 21:23:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc4425f
7
8 app-vim/checkattach: Stable for amd64+x86.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/checkattach/checkattach-0.17.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/checkattach/checkattach-0.17.ebuild b/app-vim/checkattach/checkattach-0.17.ebuild
16 index bc62d43..b75ee3e 100644
17 --- a/app-vim/checkattach/checkattach-0.17.ebuild
18 +++ b/app-vim/checkattach/checkattach-0.17.ebuild
19 @@ -1,13 +1,14 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 +
27 inherit vim-plugin
28
29 DESCRIPTION="vim plugin: check for attachments when writing mails with mutt"
30 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2796 https://github.com/chrisbra/CheckAttach"
31 LICENSE="vim"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="amd64 x86"
34
35 VIM_PLUGIN_HELPFILES="CheckAttach.txt"