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 479B7139695 for ; Sat, 6 May 2017 22:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B385E0E29; Sat, 6 May 2017 22:26:18 +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 727E7E0DBB for ; Sat, 6 May 2017 22:26:18 +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 96E9634164B for ; Sat, 6 May 2017 22:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3641B7436 for ; Sat, 6 May 2017 22:26: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: <1494101892.b9c2ebedfa0396e12e3fcbb39bee31c61af9691d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b9c2ebedfa0396e12e3fcbb39bee31c61af9691d X-VCS-Branch: master Date: Sat, 6 May 2017 22:26: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: 7e755748-2834-48d9-92ab-397d536a0e78 X-Archives-Hash: 9993c7e17e8922a4d48f18e3ac5308ac commit: b9c2ebedfa0396e12e3fcbb39bee31c61af9691d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 6 20:18:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 6 20:18:12 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9c2ebed kde-frameworks/extra-cmake-modules: Add python3_6 support Tested-by: Manuel RĂ¼ger gentoo.org> Package-Manager: Portage-2.3.5, Repoman-2.3.1 kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index 49d7889473..75880ee7e0 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) KDE_AUTODEPS="false" KDE_DEBUG="false" KDE_TEST="false"