From d6ffbf3a01bc36c78607459364a4d22b87a76fe2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:15:42 +0200 Subject: dev-util/kdevelop-python: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild') diff --git a/dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild index cab587824b4e..35d6e1973aed 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.6.2.ebuild @@ -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}] ') " -- cgit v1.2.3