Skip to content

Commit

Permalink
dev-vcs/git-deps: Switch to PYTHON_MULTI_USEDEP API
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 9, 2020
1 parent 4225116 commit e0b108a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dev-vcs/git-deps/git-deps-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -17,8 +17,10 @@ LICENSE="GPL-2"
SLOT="0"

RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pygit2[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/flask[${PYTHON_MULTI_USEDEP}]
dev-python/pygit2[${PYTHON_MULTI_USEDEP}]
')
net-libs/nodejs
${PYTHON_DEPS}
"
Expand Down

0 comments on commit e0b108a

Please sign in to comment.