dev-vcs/git-deps: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 13:21:56 +0000 (14:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:21:50 +0000 (17:21 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-vcs/git-deps/git-deps-9999.ebuild

index f66f9135657266be0ff261da25dd98c0dcc8ad89..57d46ddb9f567c547bd4308b02b97ebac90e0d3b 100644 (file)
@@ -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
@@ -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}
        "