summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-21 09:20:45 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-21 09:20:45 +0200
commit8ef7fd0068f0db1f718baf00952df0b1fab0ffb3 (patch)
tree6c31bcff6fa6efeeca35d7d6793057d9978d8e6c /app-vim/splice/splice-1.1.0.ebuild
parentapp-vim/gundo: [QA] Add missing python metadata variables (diff)
downloadgentoo-8ef7fd0068f0db1f718baf00952df0b1fab0ffb3.tar.gz
gentoo-8ef7fd0068f0db1f718baf00952df0b1fab0ffb3.tar.bz2
gentoo-8ef7fd0068f0db1f718baf00952df0b1fab0ffb3.zip
app-vim/splice: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-vim/splice/splice-1.1.0.ebuild')
-rw-r--r--app-vim/splice/splice-1.1.0.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild
index 823dfad780bc..236c096c3a2f 100644
--- a/app-vim/splice/splice-1.1.0.ebuild
+++ b/app-vim/splice/splice-1.1.0.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=6
@@ -9,11 +9,17 @@ inherit vim-plugin python-single-r1 vcs-snapshot
DESCRIPTION="vim plugin: resolve conflicts during three-way merges"
HOMEPAGE="https://bitbucket.org/sjl/splice.vim http://vim.sourceforge.net/scripts/script.php?script_id=4026"
SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz"
+
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"