summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-02-28 14:10:41 +0100
committerFlorian Schmaus <flow@gentoo.org>2024-02-28 14:10:41 +0100
commit3e696b76a916f209a71526c976175d0560f5cdd9 (patch)
tree28bff6462aedce974a5bf8e634c9cf391a0ab805 /app-containers
parentapp-containers/crun: drop empty KEYWORDS definition in the live-ebuild case (diff)
downloadgentoo-3e696b76a916f209a71526c976175d0560f5cdd9.tar.gz
gentoo-3e696b76a916f209a71526c976175d0560f5cdd9.tar.bz2
gentoo-3e696b76a916f209a71526c976175d0560f5cdd9.zip
app-containers/crun: drop old python3_9 compat
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/crun/crun-1.14.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/crun/crun-1.14.3.ebuild b/app-containers/crun/crun-1.14.3.ebuild
index 4b014c2579c1..1a73878201ef 100644
--- a/app-containers/crun/crun-1.14.3.ebuild
+++ b/app-containers/crun/crun-1.14.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1