From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1242641-garchives=archives.gentoo.org@lists.gentoo.org>
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 D1EE81382C5
	for <garchives@archives.gentoo.org>; Mon, 18 Jan 2021 11:47:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F2ABFE086A;
	Mon, 18 Jan 2021 11:46:59 +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 D6143E086A
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 11:46:59 +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 1F818335D74
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 11:46:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C36293A6
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Jan 2021 11:46:55 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1610970407.88daf10c630ebf25e2441fff5e4afd49d277574b.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/snappy/snappy-0.5.1-r1.ebuild
X-VCS-Directories: dev-python/snappy/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 88daf10c630ebf25e2441fff5e4afd49d277574b
X-VCS-Branch: master
Date: Mon, 18 Jan 2021 11:46:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: bf620cd0-e537-42d4-a40a-e2df5c37641a
X-Archives-Hash: b76c4455083c0fafb83e048141f18ab7

commit:     88daf10c630ebf25e2441fff5e4afd49d277574b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 11:46:47 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 11:46:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88daf10c

dev-python/snappy: Port 0.5.1-r1 to py3.9 too

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/snappy/snappy-0.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snappy/snappy-0.5.1-r1.ebuild b/dev-python/snappy/snappy-0.5.1-r1.ebuild
index 27549182e27..cb87edf6551 100644
--- a/dev-python/snappy/snappy-0.5.1-r1.ebuild
+++ b/dev-python/snappy/snappy-0.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1