diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-08-15 21:47:11 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-15 21:47:11 +0200 |
commit | 59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70 (patch) | |
tree | 99ad8bce816b7eddb3ea74d8f742e434dcd2ef12 /app-vim/gundo/gundo-2.6.1.ebuild | |
parent | dev-python/dulwich: bump to 0.14.1 (diff) | |
download | gentoo-59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70.tar.gz gentoo-59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70.tar.bz2 gentoo-59cb5e19ab8255eb8deb5f2fe2bd30b13cdd3d70.zip |
app-vim/gundo: Stable for amd64+x86.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/gundo/gundo-2.6.1.ebuild')
-rw-r--r-- | app-vim/gundo/gundo-2.6.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild index f645812289bd..4f702313c4d3 100644 --- a/app-vim/gundo/gundo-2.6.1.ebuild +++ b/app-vim/gundo/gundo-2.6.1.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 @@ -11,7 +12,7 @@ DESCRIPTION="vim plugin: visualize your vim undo tree" HOMEPAGE="https://sjl.bitbucket.org/gundo.vim/" SRC_URI="https://github.com/sjl/gundo.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" -KEYWORDS="~amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] app-editors/gvim[${PYTHON_USEDEP}] ) ${PYTHON_DEPS}" |