diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 09:06:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:20:37 +0200 |
commit | e50c85041e464d7db232fab5a552114b7ce54bdc (patch) | |
tree | 824eceb4a8e24ee573b63b5aff6b6fe858182f43 /app-text/wklej | |
parent | app-text/wiki2beamer: [QA] Add missing python metadata variables (diff) | |
download | gentoo-e50c85041e464d7db232fab5a552114b7ce54bdc.tar.gz gentoo-e50c85041e464d7db232fab5a552114b7ce54bdc.tar.bz2 gentoo-e50c85041e464d7db232fab5a552114b7ce54bdc.zip |
app-text/wklej: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/wklej')
-rw-r--r-- | app-text/wklej/wklej-0.2.1-r1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-text/wklej/wklej-0.2.1-r1.ebuild b/app-text/wklej/wklej-0.2.1-r1.ebuild index 3b1aa2d006f2..6ff43bedc3f3 100644 --- a/app-text/wklej/wklej-0.2.1-r1.ebuild +++ b/app-text/wklej/wklej-0.2.1-r1.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 @@ -15,12 +15,13 @@ LICENSE="GPL-2" 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} |