Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/
Date: Thu, 07 May 2020 07:59:32
Message-Id: 1588838360.6911ae052dfa0d92208b2461429fb7b02a5a2dbc.asturm@gentoo
1 commit: 6911ae052dfa0d92208b2461429fb7b02a5a2dbc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 07:59:20 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 07:59:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6911ae05
7
8 dev-util/kdevelop-python: Still support py36 for this time
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
17 index 4af60b158e4..577b80aedb6 100644
18 --- a/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
19 +++ b/dev-util/kdevelop-python/kdevelop-python-5.5.1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 ECM_TEST="forceoptional"
23 KDE_ORG_NAME="kdev-python"
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 KFMIN=5.60.0
27 QTMIN=5.12.3
28 inherit ecm kde.org python-single-r1