From 301dd9381e25ea79655c79bc166f0dc37877bca9 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 11 Dec 2018 23:47:38 -0600 Subject: app-vim/undotree: stabilize 6.0 Signed-off-by: Tim Harder --- app-vim/undotree/undotree-6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/undotree') diff --git a/app-vim/undotree/undotree-6.0.ebuild b/app-vim/undotree/undotree-6.0.ebuild index ef1f2f67d99e..af3412183713 100644 --- a/app-vim/undotree/undotree-6.0.ebuild +++ b/app-vim/undotree/undotree-6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: display your undo history in a graph" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree" SRC_URI="https://github.com/mbbill/${PN}/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -- cgit v1.2.3-65-gdbad