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 CF420139694 for ; Wed, 3 May 2017 04:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1843B21C03C; Wed, 3 May 2017 04:41:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E469721C03C for ; Wed, 3 May 2017 04:41:22 +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 D9C113416A5 for ; Wed, 3 May 2017 04:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7433E2494 for ; Wed, 3 May 2017 04:41:20 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1493786465.2e2d04bec1d3d13e3b9cf8b1c7e3ff65cdbe6156.reavertm@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.1.9999.ebuild dev-util/kdevelop-python/kdevelop-python-9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 2e2d04bec1d3d13e3b9cf8b1c7e3ff65cdbe6156 X-VCS-Branch: master Date: Wed, 3 May 2017 04:41:20 +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: d5e96618-2365-4516-ac89-a94abe9b7847 X-Archives-Hash: 16a1def62774858b511099fb5eece4eb commit: 2e2d04bec1d3d13e3b9cf8b1c7e3ff65cdbe6156 Author: Maciej Mrozowski gentoo org> AuthorDate: Wed May 3 04:41:05 2017 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Wed May 3 04:41:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e2d04be dev-util/kdevelop-python: Restore python 3.4 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild | 2 +- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 240e6008cc..fe446336d5 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 EGIT_BRANCH="5.1" KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{4,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 4bb18371cf..9379b4482b 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 KDEBASE="kdevelop" KMNAME="kdev-python" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit kde5 python-single-r1 DESCRIPTION="Python plugin for KDevelop"