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 11E9413835A for ; Sat, 9 May 2020 10:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55231E0824; Sat, 9 May 2020 10:16:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3F4EDE0824 for ; Sat, 9 May 2020 10:16:20 +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 6445734F2BF for ; Sat, 9 May 2020 10:16:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2520B231 for ; Sat, 9 May 2020 10:16:17 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1589019331.2fdc9e61a68aac2e2c1aa585b6824a821c8f4945.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/carbon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/carbon/carbon-1.1.5.ebuild X-VCS-Directories: dev-python/carbon/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2fdc9e61a68aac2e2c1aa585b6824a821c8f4945 X-VCS-Branch: master Date: Sat, 9 May 2020 10:16:17 +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: 35c062dd-4ca2-4e7b-80fa-06c75bcabd2b X-Archives-Hash: ce0f0285f4d714c7aeeba13a656e1518 commit: 2fdc9e61a68aac2e2c1aa585b6824a821c8f4945 Author: Fabian Groffen gentoo org> AuthorDate: Sat May 9 10:15:31 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 9 10:15:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdc9e61 dev-python/carbon: add support for Python-3.{7,8} Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen gentoo.org> dev-python/carbon/carbon-1.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/carbon/carbon-1.1.5.ebuild b/dev-python/carbon/carbon-1.1.5.ebuild index 74d2937c437..920de7f1577 100644 --- a/dev-python/carbon/carbon-1.1.5.ebuild +++ b/dev-python/carbon/carbon-1.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) # 3.7 dropped due to dep-hell +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1