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 6E5FD138335 for ; Wed, 4 Dec 2019 16:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01047E0856; Wed, 4 Dec 2019 16:37:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C5CB5E0845 for ; Wed, 4 Dec 2019 16:37:52 +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 E9D3034D7C9 for ; Wed, 4 Dec 2019 16:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 495955D2 for ; Wed, 4 Dec 2019 16:37:48 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1575477412.d4f048ed3dd0b6306398a4efca36cbcd4cfdb5f3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2019.0.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d4f048ed3dd0b6306398a4efca36cbcd4cfdb5f3 X-VCS-Branch: master Date: Wed, 4 Dec 2019 16:37:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c062577d-9ce5-4434-bbf8-fbb281c7151b X-Archives-Hash: 229b838d7880f59ab6dcb193ce26d5da commit: d4f048ed3dd0b6306398a4efca36cbcd4cfdb5f3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 14:38:02 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 4 16:36:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f048ed media-gfx/hugin: python3_7, python3_8 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Aaron Bauman gentoo.org> media-gfx/hugin/hugin-2019.0.0.ebuild | 2 +- media-gfx/hugin/hugin-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/hugin/hugin-2019.0.0.ebuild b/media-gfx/hugin/hugin-2019.0.0.ebuild index 65ee4e79249..a07dfba592b 100644 --- a/media-gfx/hugin/hugin-2019.0.0.ebuild +++ b/media-gfx/hugin/hugin-2019.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) inherit python-single-r1 wxwidgets cmake-utils eapi7-ver xdg diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 5ec24c68ade..50b288d329c 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 WX_GTK_VER="3.0" -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} ) inherit mercurial python-single-r1 wxwidgets cmake-utils eapi7-ver xdg