summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-10 15:35:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-10 15:35:38 +0100
commit0c8809f82b1ff084b8e4010962a60423604ffc2b (patch)
tree847344d30942812bc0cb61f7162b47d0bab4334e /net-nds
parentdev-db/barman: Remove Python < 3.10 (diff)
downloadgentoo-0c8809f82b1ff084b8e4010962a60423604ffc2b.tar.gz
gentoo-0c8809f82b1ff084b8e4010962a60423604ffc2b.tar.bz2
gentoo-0c8809f82b1ff084b8e4010962a60423604ffc2b.zip
net-nds/nsscache: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/nsscache/nsscache-0.39-r1.ebuild4
-rw-r--r--net-nds/nsscache/nsscache-0.47.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-nds/nsscache/nsscache-0.39-r1.ebuild b/net-nds/nsscache/nsscache-0.39-r1.ebuild
index 7f30d2de2a53..f486563ad771 100644
--- a/net-nds/nsscache/nsscache-0.39-r1.ebuild
+++ b/net-nds/nsscache/nsscache-0.39-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1
diff --git a/net-nds/nsscache/nsscache-0.47.ebuild b/net-nds/nsscache/nsscache-0.47.ebuild
index 9d67d529c0be..e399b4dd7a00 100644
--- a/net-nds/nsscache/nsscache-0.47.ebuild
+++ b/net-nds/nsscache/nsscache-0.47.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1