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 34725138359 for ; Mon, 28 Sep 2020 06:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EF3E083D; Mon, 28 Sep 2020 06:55:49 +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 08C7CE083D for ; Mon, 28 Sep 2020 06:55:48 +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 4253A335DBA for ; Mon, 28 Sep 2020 06:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5F89334 for ; Mon, 28 Sep 2020 06:55:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1601276134.894db37a5c86fba6da6fb0b16a9aed9a8447b977.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/baron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/baron/baron-0.9.ebuild X-VCS-Directories: dev-python/baron/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 894db37a5c86fba6da6fb0b16a9aed9a8447b977 X-VCS-Branch: dev Date: Mon, 28 Sep 2020 06:55:45 +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: 60522253-2bd2-4be4-b660-2c68a2e166d8 X-Archives-Hash: 3a28754b77950cb1e7da1de31b99b38b commit: 894db37a5c86fba6da6fb0b16a9aed9a8447b977 Author: Maciej Barć protonmail com> AuthorDate: Mon Sep 28 06:55:34 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Mon Sep 28 06:55:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=894db37a dev-python/baron: add python3_8 impl compat Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Maciej Barć protonmail.com> dev-python/baron/baron-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/baron/baron-0.9.ebuild b/dev-python/baron/baron-0.9.ebuild index d866ed5a..3ad9ef2d 100644 --- a/dev-python/baron/baron-0.9.ebuild +++ b/dev-python/baron/baron-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1