diff options
author | David Seifert <soap@gentoo.org> | 2017-04-21 09:19:21 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-21 09:19:21 +0200 |
commit | acd00474c8709965c95e80112931a6d8b6e4d2fd (patch) | |
tree | 3c41be84634507431cb446769f80667e7766a5cf /app-vim/gundo | |
parent | app-vim/editorconfig-vim: [QA] Add missing python metadata variables (diff) | |
download | gentoo-acd00474c8709965c95e80112931a6d8b6e4d2fd.tar.gz gentoo-acd00474c8709965c95e80112931a6d8b6e4d2fd.tar.bz2 gentoo-acd00474c8709965c95e80112931a6d8b6e4d2fd.zip |
app-vim/gundo: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/gundo-2.6.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/gundo/gundo-2.6.1.ebuild b/app-vim/gundo/gundo-2.6.1.ebuild index 696807efb34a..5079a861249b 100644 --- a/app-vim/gundo/gundo-2.6.1.ebuild +++ b/app-vim/gundo/gundo-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,10 +10,16 @@ inherit vim-plugin python-single-r1 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" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="|| ( app-editors/vim[${PYTHON_USEDEP}] app-editors/gvim[${PYTHON_USEDEP}] ) +RDEPEND=" + || ( + app-editors/vim[${PYTHON_USEDEP}] + app-editors/gvim[${PYTHON_USEDEP}] + ) ${PYTHON_DEPS}" S=${WORKDIR}/${PN}.vim-${PV} |