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 B3FCD138334 for ; Fri, 22 Jun 2018 19:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65CCFE0833; Fri, 22 Jun 2018 19:29:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A9A0E0833 for ; Fri, 22 Jun 2018 19:29:12 +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 A5DA9335C97 for ; Fri, 22 Jun 2018 19:29:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2204C2D6 for ; Fri, 22 Jun 2018 19:29:08 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1529695741.bd11aa5ac0f2e004da145ad52e49ef82c765f879.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2018.0.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: bd11aa5ac0f2e004da145ad52e49ef82c765f879 X-VCS-Branch: master Date: Fri, 22 Jun 2018 19:29:08 +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: 3dc17979-df33-42a1-bb4c-33962013b105 X-Archives-Hash: 3cd54b77a8bf43e3788ecbb4df663cb4 commit: bd11aa5ac0f2e004da145ad52e49ef82c765f879 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jun 22 19:25:48 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jun 22 19:29:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11aa5a media-gfx/hugin: Add python-3.6 to allowed list Closes: https://bugs.gentoo.org/656948 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-gfx/hugin/hugin-2018.0.0.ebuild | 2 +- media-gfx/hugin/hugin-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/hugin/hugin-2018.0.0.ebuild b/media-gfx/hugin/hugin-2018.0.0.ebuild index c3812f206d1..6e80515ca14 100644 --- a/media-gfx/hugin/hugin-2018.0.0.ebuild +++ b/media-gfx/hugin/hugin-2018.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-single-r1 wxwidgets versionator cmake-utils diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 32e41078241..8615f1c5a0b 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit mercurial python-single-r1 wxwidgets versionator cmake-utils