Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/
Date: Sun, 09 Feb 2020 18:06:56
Message-Id: 1581271525.f7d2c9f8cd18ef1a118d567401e2f2bcc40a5cbe.asturm@gentoo
1 commit: f7d2c9f8cd18ef1a118d567401e2f2bcc40a5cbe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 13:13:03 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 18:05:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7d2c9f8
7
8 dev-util/kdevelop-python: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
17 index ffc39f7336..577b80aedb 100644
18 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
19 +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
20 @@ -41,7 +41,9 @@ DEPEND="${PYTHON_DEPS}
21 >=kde-frameworks/threadweaver-${KFMIN}:5
22 "
23 RDEPEND="${DEPEND}
24 - dev-python/pycodestyle[${PYTHON_USEDEP}]
25 + $(python_gen_cond_dep '
26 + dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
27 + ')
28 "
29
30 RESTRICT+=" test"