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 722E81382C5 for ; Mon, 12 Apr 2021 18:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C63BDE09B8; Mon, 12 Apr 2021 18:07:01 +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 A5F4AE09B8 for ; Mon, 12 Apr 2021 18:07:01 +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 8AAE9335D7F for ; Mon, 12 Apr 2021 18:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8624D2 for ; Mon, 12 Apr 2021 18:06:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1618250800.127025e1b607ebdcb276f7a06bf59d3bb8f7d337.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/snack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/snack/snack-2.2.10-r9.ebuild X-VCS-Directories: dev-tcltk/snack/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 127025e1b607ebdcb276f7a06bf59d3bb8f7d337 X-VCS-Branch: master Date: Mon, 12 Apr 2021 18:06:58 +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: 82d3a038-7151-493f-ba7a-49a15f29a351 X-Archives-Hash: 4a073242b71e54c49d07294fefbdd3cd commit: 127025e1b607ebdcb276f7a06bf59d3bb8f7d337 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Apr 12 18:06:40 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Apr 12 18:06:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127025e1 dev-tcltk/snack: enable snack on python3.8 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/snack/snack-2.2.10-r9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tcltk/snack/snack-2.2.10-r9.ebuild b/dev-tcltk/snack/snack-2.2.10-r9.ebuild index b4da7e9d7da..1c89f67a187 100644 --- a/dev-tcltk/snack/snack-2.2.10-r9.ebuild +++ b/dev-tcltk/snack/snack-2.2.10-r9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_OPTIONAL=yes