diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-11 23:47:38 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-12 02:24:38 -0600 |
commit | 301dd9381e25ea79655c79bc166f0dc37877bca9 (patch) | |
tree | 56482c2db837eb36e490842a03291329a1c6924d /app-vim/undotree | |
parent | app-vim/command-t: version bump to 5.0.3 (diff) | |
download | gentoo-301dd9381e25ea79655c79bc166f0dc37877bca9.tar.gz gentoo-301dd9381e25ea79655c79bc166f0dc37877bca9.tar.bz2 gentoo-301dd9381e25ea79655c79bc166f0dc37877bca9.zip |
app-vim/undotree: stabilize 6.0
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim/undotree')
-rw-r--r-- | app-vim/undotree/undotree-6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |