From 24549893fb49353b18288eb67f7c0c95e1ff7cf8 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sat, 17 Apr 2021 17:25:19 -0700 Subject: [PATCH] dev-python/reflink: add python3_9 support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev --- dev-python/reflink/reflink-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/reflink/reflink-0.2.1-r1.ebuild b/dev-python/reflink/reflink-0.2.1-r1.ebuild index 38e6fc03ef0f3..d1e5468d00bc0 100644 --- a/dev-python/reflink/reflink-0.2.1-r1.ebuild +++ b/dev-python/reflink/reflink-0.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-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_IN_SOURCE_BUILD=1 inherit distutils-r1