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/tlib/
Date: Fri, 16 Nov 2018 23:01:57
Message-Id: 1542409295.790ea8d917c14d899a3e304173a3dba11ebfaf93.monsieurp@gentoo
1 commit: 790ea8d917c14d899a3e304173a3dba11ebfaf93
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 19:50:45 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 16 23:01:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790ea8d9
7
8 app-vim/tlib: stable for amd64+x86.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 app-vim/tlib/tlib-1.22.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/tlib/tlib-1.22.ebuild b/app-vim/tlib/tlib-1.22.ebuild
17 index 3b7985db27c..1c39dca52f2 100644
18 --- a/app-vim/tlib/tlib-1.22.ebuild
19 +++ b/app-vim/tlib/tlib-1.22.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: a library of utility functions"
27 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim"
28 SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="GPL-3"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 VIM_PLUGIN_HELPFILES="${PN}.txt"