From 4e720ed9b3e7eb4992c3368e07307687765cb2e1 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 15 May 2022 04:31:27 +0200 Subject: [PATCH] sys-cluster/neutron: enable py3.9 Signed-off-by: Alessandro Barbieri --- sys-cluster/neutron/neutron-17.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/neutron/neutron-17.1.2.ebuild b/sys-cluster/neutron/neutron-17.1.2.ebuild index 7e45de2954..8e036acb12 100644 --- a/sys-cluster/neutron/neutron-17.1.2.ebuild +++ b/sys-cluster/neutron/neutron-17.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 linux-info