From 4fe9bb2640c3e8127f543c12f81147d317c33d46 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 29 Dec 2021 13:59:47 +0100 Subject: app-portage/unsymlink-lib: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-portage') diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 3cca8af5cca1..070dd5986d41 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" -- cgit v1.2.3-65-gdbad