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: Mon, 08 Oct 2018 17:58:22
Message-Id: 1539021485.c995fb1eb4767e3b9b322163443e2fa911b3f29a.asturm@gentoo
1 commit: c995fb1eb4767e3b9b322163443e2fa911b3f29a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 8 17:58:05 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 8 17:58:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c995fb1e
7
8 dev-util/kdevelop-python: python3_7
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild | 4 ++--
14 dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
18 index ad44d98884..95cc296ddf 100644
19 --- a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
20 +++ b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -7,7 +7,7 @@ EGIT_BRANCH="5.3"
28 KDE_TEST="forceoptional"
29 KDEBASE="kdevelop"
30 KMNAME="kdev-python"
31 -PYTHON_COMPAT=( python3_{4,5,6} )
32 +PYTHON_COMPAT=( python3_{4,5,6,7} )
33 inherit kde5 python-single-r1
34
35 DESCRIPTION="Python plugin for KDevelop"
36
37 diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
38 index 3cc91ead0c..3cfa67beec 100644
39 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
40 +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -6,7 +6,7 @@ EAPI=6
48 KDE_TEST="forceoptional"
49 KDEBASE="kdevelop"
50 KMNAME="kdev-python"
51 -PYTHON_COMPAT=( python3_{4,5,6} )
52 +PYTHON_COMPAT=( python3_{4,5,6,7} )
53 inherit kde5 python-single-r1
54
55 DESCRIPTION="Python plugin for KDevelop"