Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/undotree/
Date: Wed, 12 Dec 2018 08:25:53
Message-Id: 1544603078.301dd9381e25ea79655c79bc166f0dc37877bca9.radhermit@gentoo
1 commit: 301dd9381e25ea79655c79bc166f0dc37877bca9
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 05:47:38 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 08:24:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301dd938
7
8 app-vim/undotree: stabilize 6.0
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/undotree/undotree-6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild
16 index ef1f2f67d99..af341218371 100644
17 --- a/app-vim/undotree/undotree-6.0.ebuild
18 +++ b/app-vim/undotree/undotree-6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: display your undo history in a graph"
26 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
27 SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"