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 DE34D138330 for ; Thu, 1 Sep 2016 11:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2309B21C0B0; Thu, 1 Sep 2016 11:22:19 +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 C30DE21C0B0 for ; Thu, 1 Sep 2016 11:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E4C9F3406DD for ; Thu, 1 Sep 2016 11:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C907246F for ; Thu, 1 Sep 2016 11:22:16 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1472728924.142f887891873353e1fc659a4da3414c8972452b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 142f887891873353e1fc659a4da3414c8972452b X-VCS-Branch: master Date: Thu, 1 Sep 2016 11:22: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: f5912799-2426-4e9c-8925-ecfe1e19003e X-Archives-Hash: 116e17e23aab576593a6c31000de63ad commit: 142f887891873353e1fc659a4da3414c8972452b Author: Manuel Rüger gentoo org> AuthorDate: Thu Sep 1 11:22:04 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Sep 1 11:22:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142f8878 kde-frameworks/extra-cmake-modules: Add support for python 3.5 Package-Manager: portage-2.3.0 kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild index 733d942..03a843e 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.25.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) KDE_AUTODEPS="false" KDE_DEBUG="false" KDE_TEST="false"