mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-14 03:28:07 -07:00
dev-util/kdevelop-python: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=7
|
||||
ECM_TEST="forceoptional"
|
||||
KDE_ORG_CATEGORY="kdevelop"
|
||||
KDE_ORG_NAME="kdev-python"
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
PYTHON_COMPAT=( python3_{8,9} )
|
||||
KFMIN=5.77.0
|
||||
QTMIN=5.15.2
|
||||
inherit ecm kde.org python-single-r1
|
||||
@@ -44,7 +44,7 @@ DEPEND="${PYTHON_DEPS}
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pycodestyle[${PYTHON_USEDEP}]
|
||||
')
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user