commit: f7d2c9f8cd18ef1a118d567401e2f2bcc40a5cbe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 13:13:03 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 18:05:25 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7d2c9f8
dev-util/kdevelop-python: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
index ffc39f7336..577b80aedb 100644
--- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
@@ -41,7 +41,9 @@ DEPEND="${PYTHON_DEPS}
>=kde-frameworks/threadweaver-${KFMIN}:5
"
RDEPEND="${DEPEND}
- dev-python/pycodestyle[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
+ ')
"
RESTRICT+=" test"