diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-29 13:59:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-29 14:00:05 +0100 |
commit | 4fe9bb2640c3e8127f543c12f81147d317c33d46 (patch) | |
tree | faf4afdd6be641b6bf3aab8b5cd81353249a1774 /app-portage | |
parent | dev-python/nbclassic: add version 0.3.4 (diff) | |
download | gentoo-4fe9bb2640c3e8127f543c12f81147d317c33d46.tar.gz gentoo-4fe9bb2640c3e8127f543c12f81147d317c33d46.tar.bz2 gentoo-4fe9bb2640c3e8127f543c12f81147d317c33d46.zip |
app-portage/unsymlink-lib: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |