diff options
Diffstat (limited to 'app-vim/splice/splice-1.0.1.ebuild')
-rw-r--r-- | app-vim/splice/splice-1.0.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index f14b0fae48c2..60628b4e9474 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,11 +8,17 @@ inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: resolve conflicts during three-way merges" HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" + LICENSE="MIT" KEYWORDS="amd64 x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" +RDEPEND=" + ${PYTHON_DEPS} + || ( + app-editors/vim[python] + app-editors/gvim[python] + )" VIM_PLUGIN_HELPFILES="${PN}.txt" |