From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06151138334 for ; Mon, 8 Oct 2018 17:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08FE8E08C4; Mon, 8 Oct 2018 17:58:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DADCBE08C4 for ; Mon, 8 Oct 2018 17:58:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A450335D02 for ; Mon, 8 Oct 2018 17:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF96C3DE for ; Mon, 8 Oct 2018 17:58:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539021485.c995fb1eb4767e3b9b322163443e2fa911b3f29a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild dev-util/kdevelop-python/kdevelop-python-9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c995fb1eb4767e3b9b322163443e2fa911b3f29a X-VCS-Branch: master Date: Mon, 8 Oct 2018 17:58:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e178cbc-df76-4d61-94d9-c8af8a1e176c X-Archives-Hash: a1a2a4372d7dab8d5e899a5bb6c780ed commit: c995fb1eb4767e3b9b322163443e2fa911b3f29a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 8 17:58:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 8 17:58:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c995fb1e dev-util/kdevelop-python: python3_7 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild | 4 ++-- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild index ad44d98884..95cc296ddf 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.3.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGIT_BRANCH="5.3" KDE_TEST="forceoptional" KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 3cc91ead0c..3cfa67beec 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 KDE_TEST="forceoptional" KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{4,5,6,7} ) inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop"