diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-24 22:10:09 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-24 22:10:09 -0400 |
commit | 90ee2063aeb0d8663264e9db1773755d5bd7014e (patch) | |
tree | 46f05bd25d796178661b0627f62d54ae889ff44b /app-vim/undotree | |
parent | app-vim/ctrlp: remove old (diff) | |
download | gentoo-90ee2063aeb0d8663264e9db1773755d5bd7014e.tar.gz gentoo-90ee2063aeb0d8663264e9db1773755d5bd7014e.tar.bz2 gentoo-90ee2063aeb0d8663264e9db1773755d5bd7014e.zip |
app-vim/undotree: stabilize 5.0
Diffstat (limited to 'app-vim/undotree')
-rw-r--r-- | app-vim/undotree/undotree-5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild index 08488329fbff..9746d99bd625 100644 --- a/app-vim/undotree/undotree-5.0.ebuild +++ b/app-vim/undotree/undotree-5.0.ebuild @@ -10,4 +10,4 @@ DESCRIPTION="vim plugin: display your undo history in a graph" HOMEPAGE="http://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" |