From 5f374b3a26e13ddcf229edf4320b332f05e23eb7 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 6 May 2021 09:10:14 +0200 Subject: [PATCH] dev-python/pyalsa: Added python3_9 support Closes: https://bugs.gentoo.org/765505 Signed-off-by: Lars Wendler --- dev-python/pyalsa/pyalsa-1.1.6-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyalsa/pyalsa-1.1.6-r1.ebuild b/dev-python/pyalsa/pyalsa-1.1.6-r1.ebuild index 23bd94a879ad2..b00a9bb3b7b76 100644 --- a/dev-python/pyalsa/pyalsa-1.1.6-r1.ebuild +++ b/dev-python/pyalsa/pyalsa-1.1.6-r1.ebuild @@ -1,9 +1,9 @@ -# 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..9} ) inherit distutils-r1 flag-o-matic