From 2b305c2da7bd024b08e270e71daab45cde5b00e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Sat, 6 Mar 2021 12:10:11 +0100 Subject: [PATCH] net-analyzer/snallygaster: Allow Python 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hanno Böck Package-Manager: Portage-3.0.16, Repoman-3.0.2 --- net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild index 4558f9f725050..cc2efd47c0b95 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1