diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-02-28 14:10:41 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-02-28 14:10:41 +0100 |
commit | 3e696b76a916f209a71526c976175d0560f5cdd9 (patch) | |
tree | 28bff6462aedce974a5bf8e634c9cf391a0ab805 /app-containers | |
parent | app-containers/crun: drop empty KEYWORDS definition in the live-ebuild case (diff) | |
download | gentoo-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.ebuild | 2 |
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 |