From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1B5CB59CA3 for ; Tue, 15 Mar 2016 16:02:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32F3FE087A; Tue, 15 Mar 2016 16:02:08 +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 A9D64E087A for ; Tue, 15 Mar 2016 16:02:07 +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 393B1340C76 for ; Tue, 15 Mar 2016 16:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25A21854 for ; Tue, 15 Mar 2016 16:02:03 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458057702.18536188288d1f980eb7aca32567ed0717f59439.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: app-admin/calamares/ X-VCS-Repository: dev/johu X-VCS-Files: app-admin/calamares/calamares-9999.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 18536188288d1f980eb7aca32567ed0717f59439 X-VCS-Branch: master Date: Tue, 15 Mar 2016 16:02:03 +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: d87dd5e6-db2f-426b-b6e1-b09c8d1ff86b X-Archives-Hash: a853d5fcc95bd84bd224df0082b4ccbd commit: 18536188288d1f980eb7aca32567ed0717f59439 Author: Johannes Huber gentoo org> AuthorDate: Tue Mar 15 16:01:42 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Mar 15 16:01:42 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=18536188 app-admin/calamares: Update python targets Package-Manager: portage-2.2.28 app-admin/calamares/calamares-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/calamares/calamares-9999.ebuild b/app-admin/calamares/calamares-9999.ebuild index 73af205..f7c4b14 100644 --- a/app-admin/calamares/calamares-9999.ebuild +++ b/app-admin/calamares/calamares-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python{3_4,3_5} ) inherit kde5 python-r1 DESCRIPTION="Distribution-independent installer framework"