Skip to content

Commit

Permalink
app-text/wklej: [QA] Add missing python metadata variables
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Apr 23, 2017
1 parent b02d91d commit e50c850
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions app-text/wklej/wklej-0.2.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}

Expand Down

0 comments on commit e50c850

Please sign in to comment.