commit:     8ef7fd0068f0db1f718baf00952df0b1fab0ffb3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:20:45 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:20:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef7fd00

app-vim/splice: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-vim/splice/splice-1.0.1.ebuild | 10 ++++++++--
 app-vim/splice/splice-1.1.0.ebuild | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/app-vim/splice/splice-1.0.1.ebuild 
b/app-vim/splice/splice-1.0.1.ebuild
index f14b0fae48c..60628b4e947 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"
 

diff --git a/app-vim/splice/splice-1.1.0.ebuild 
b/app-vim/splice/splice-1.1.0.ebuild
index 823dfad780b..236c096c3a2 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"
 

Reply via email to