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 AD5E7139085 for ; Tue, 31 Jan 2017 13:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65ECF21C028; Tue, 31 Jan 2017 13:22:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 445AB21C028 for ; Tue, 31 Jan 2017 13:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1F493411D7 for ; Tue, 31 Jan 2017 13:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205FD3C1A for ; Tue, 31 Jan 2017 13:22:08 +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: <1485868888.105968cd3f5f2e694bc3250d6c2c38b36fbd484e.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.0.80.ebuild dev-util/kdevelop-python/kdevelop-python-5.1.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: 105968cd3f5f2e694bc3250d6c2c38b36fbd484e X-VCS-Branch: master Date: Tue, 31 Jan 2017 13:22:08 +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: 2522ef87-4752-4c90-9d11-ea1bddde8e10 X-Archives-Hash: 75be7fa8dbce5e69817744b0313f1b8b commit: 105968cd3f5f2e694bc3250d6c2c38b36fbd484e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 30 20:27:46 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 31 13:21:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=105968cd dev-util/kdevelop-python: Add python3_6 support Package-Manager: portage-2.3.3 dev-util/kdevelop-python/kdevelop-python-5.0.80.ebuild | 2 +- dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild | 2 +- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.0.80.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.0.80.ebuild index 6112fd5..1fbedfc 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.0.80.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.0.80.ebuild @@ -7,7 +7,7 @@ EAPI=6 EGIT_BRANCH="5.1" KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_5 ) +PYTHON_COMPAT=( python3_{5,6} ) inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop" diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild index 6112fd5..1fbedfc 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild @@ -7,7 +7,7 @@ EAPI=6 EGIT_BRANCH="5.1" KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_5 ) +PYTHON_COMPAT=( python3_{5,6} ) 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 dd9dfad..4b312a2 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_5 ) +PYTHON_COMPAT=( python3_{5,6} ) inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop"