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 E408C138206 for ; Tue, 2 Jan 2018 13:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19881E082F; Tue, 2 Jan 2018 13:39:16 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7340E082F for ; Tue, 2 Jan 2018 13:39:15 +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 35FF5335C2E for ; Tue, 2 Jan 2018 13:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0CA274 for ; Tue, 2 Jan 2018 13:39:13 +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: <1514900345.56c8464350f076cc6c2f7f79779c0ff1de945e1a.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.1.11.ebuild app-admin/calamares/calamares-3.1.7.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 56c8464350f076cc6c2f7f79779c0ff1de945e1a X-VCS-Branch: master Date: Tue, 2 Jan 2018 13:39:13 +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: eec91802-c42c-49e2-9e97-b13db3e1af01 X-Archives-Hash: 64d00cc4b29ee927a7dd576c70db667d commit: 56c8464350f076cc6c2f7f79779c0ff1de945e1a Author: Johannes Huber gentoo org> AuthorDate: Tue Jan 2 13:38:42 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jan 2 13:39:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c84643 app-admin/calamares: Add Python 3.6 support Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-admin/calamares/calamares-3.1.11.ebuild | 2 +- app-admin/calamares/calamares-3.1.7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/calamares/calamares-3.1.11.ebuild b/app-admin/calamares/calamares-3.1.11.ebuild index 4ad1a07e9d4..80d1eb1af83 100644 --- a/app-admin/calamares/calamares-3.1.11.ebuild +++ b/app-admin/calamares/calamares-3.1.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit kde5 python-r1 DESCRIPTION="Distribution-independent installer framework" diff --git a/app-admin/calamares/calamares-3.1.7.ebuild b/app-admin/calamares/calamares-3.1.7.ebuild index 780fcfe4fd0..80d1eb1af83 100644 --- a/app-admin/calamares/calamares-3.1.7.ebuild +++ b/app-admin/calamares/calamares-3.1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit kde5 python-r1 DESCRIPTION="Distribution-independent installer framework"