From 9a64389663359f6a9e696d706486809e1845a9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 1 Jun 2021 10:39:20 +0200 Subject: [PATCH] dev-python/pyfastcopy: bump py compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild index 41d0a7e..85d1e6f 100644 --- a/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild +++ b/dev-python/pyfastcopy/pyfastcopy-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{8,9} ) inherit distutils-r1 DESCRIPTION="Speed up Python's shutil.copyfile by using sendfile system call"