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 D66C5138334 for ; Sun, 23 Sep 2018 01:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD381E0839; Sun, 23 Sep 2018 01:31:04 +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 96AADE070D for ; Sun, 23 Sep 2018 01:31:04 +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 333D4335CEC for ; Sun, 23 Sep 2018 01:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B327B3E4 for ; Sun, 23 Sep 2018 01:31:01 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1537666236.8cc5724b33b289bd5c50a23c854de3b5fb14f00a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox/firefox-62.0.2.ebuild X-VCS-Directories: www-client/firefox/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8cc5724b33b289bd5c50a23c854de3b5fb14f00a X-VCS-Branch: master Date: Sun, 23 Sep 2018 01:31:01 +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: 5934e981-75df-4a76-939c-454139327d2c X-Archives-Hash: 521bb2f07554df845b2ec1bffa28b3da commit: 8cc5724b33b289bd5c50a23c854de3b5fb14f00a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 23 00:55:41 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 23 01:30:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc5724b www-client/firefox: add Python 3.7 support Package-Manager: Portage-2.3.49, Repoman-2.3.10 www-client/firefox/firefox-62.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index fa0ad02bc27..c078f381097 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="" -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' # This list can be updated with scripts/get_langs.sh from the mozilla overlay