aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-05-02 00:45:35 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-05-02 00:45:35 +0500
commit12088906c597f38640e866db39c7ba6dea3f5ec0 (patch)
tree34f83cc2ba6ad7ae3e3966042de7997b36ea8711 /net-client
parentwww-apps/twint: treeclean (diff)
downloadguru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.gz
guru-12088906c597f38640e866db39c7ba6dea3f5ec0.tar.bz2
guru-12088906c597f38640e866db39c7ba6dea3f5ec0.zip
*/*: drop dead py3.9 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'net-client')
-rw-r--r--net-client/offpunk/offpunk-1.8.ebuild2
-rw-r--r--net-client/offpunk/offpunk-1.9.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-client/offpunk/offpunk-1.8.ebuild b/net-client/offpunk/offpunk-1.8.ebuild
index 9104eef31..f7295cd19 100644
--- a/net-client/offpunk/offpunk-1.8.ebuild
+++ b/net-client/offpunk/offpunk-1.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
diff --git a/net-client/offpunk/offpunk-1.9.1.ebuild b/net-client/offpunk/offpunk-1.9.1.ebuild
index ada55ec23..feebaf7e4 100644
--- a/net-client/offpunk/offpunk-1.9.1.ebuild
+++ b/net-client/offpunk/offpunk-1.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature