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 4CA88138334 for ; Sat, 15 Jun 2019 14:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3748CE08D6; Sat, 15 Jun 2019 14:19:38 +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 1DDD8E08D6 for ; Sat, 15 Jun 2019 14:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9306B346195 for ; Sat, 15 Jun 2019 14:19:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312CA61F for ; Sat, 15 Jun 2019 14:19:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1560608362.6385af185a16bf7b7ea803123546833fee76fa6e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/scons/scons-3.0.5-r1.ebuild X-VCS-Directories: dev-util/scons/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6385af185a16bf7b7ea803123546833fee76fa6e X-VCS-Branch: master Date: Sat, 15 Jun 2019 14:19:33 +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: e1ce72e4-1960-4328-a954-932a28b06a63 X-Archives-Hash: 2f86262eec4fa4c7dc3e2e4d2868c9dc commit: 6385af185a16bf7b7ea803123546833fee76fa6e Author: band-a-prend yandex ru> AuthorDate: Fri Jun 7 22:05:57 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 15 14:19:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6385af18 dev-util/scons: 3.0.5-r1 add PYTHON_COMPAT=( python3_7 ) The upstream declare that SCons 3.0.5 is compatible with Python 3.7 and the explored set of tests gives the same results for python 3.6 and 3.7 Signed-off-by: Sergey Torokhov mail.ru> Closes: https://github.com/gentoo/gentoo/pull/12217 Signed-off-by: Michał Górny gentoo.org> dev-util/scons/scons-3.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/scons/scons-3.0.5-r1.ebuild b/dev-util/scons/scons-3.0.5-r1.ebuild index 9b0e05bcdd6..8ef412974e4 100644 --- a/dev-util/scons/scons-3.0.5-r1.ebuild +++ b/dev-util/scons/scons-3.0.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1