-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
SLOT="0"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="+vim"
+# the vim script is python2-only...
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+ vim? ( ^^ ( $(python_gen_useflags 'python2*') ) )"
-DEPEND=""
-RDEPEND="vim? ( app-editors/vim[python,$(python_gen_usedep 'python2*')] )"
-
-# the vim script works is python2-only...
-REQUIRED_USE="vim? ( ^^ ( $(python_gen_useflags 'python2*') ) )"
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+ vim? ( app-editors/vim[python,$(python_gen_usedep 'python2*')] )"
S=${WORKDIR}