diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 21:59:07 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:07 +0200 |
commit | ea24246735a1856e2c7a247389d3015a232c16f0 (patch) | |
tree | e42ee9c1cf55b334cf46ef6ca8ae3a854b2067ef /dev-python/nautilus-python | |
parent | net-misc/ipmiview: drop old version (diff) | |
download | gentoo-ea24246735a1856e2c7a247389d3015a232c16f0.tar.gz gentoo-ea24246735a1856e2c7a247389d3015a232c16f0.tar.bz2 gentoo-ea24246735a1856e2c7a247389d3015a232c16f0.zip |
dev-python/nautilus-python: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/nautilus-python')
-rw-r--r-- | dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild index 5381c9e0ff5d..3fa650508cbf 100644 --- a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild +++ b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome2 python-single-r1 |