summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-02-02 14:49:29 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-02-02 14:49:29 +0200
commit607eeb15bd711dc424fa94b3c41d4e7fab11728b (patch)
tree3caacfcdbf3a73a417963d07fb1c9f4a68e7178b /app-emulation/crun
parentx11-terms/kitty: add missing lcms dep to -9999 (diff)
downloadgentoo-607eeb15bd711dc424fa94b3c41d4e7fab11728b.tar.gz
gentoo-607eeb15bd711dc424fa94b3c41d4e7fab11728b.tar.bz2
gentoo-607eeb15bd711dc424fa94b3c41d4e7fab11728b.zip
app-emulation/crun: drop python-3.6 support
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/crun')
-rw-r--r--app-emulation/crun/crun-0.17.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/crun/crun-0.17.ebuild b/app-emulation/crun/crun-0.17.ebuild
index 06ea48f70fb0..bc97b2bddb13 100644
--- a/app-emulation/crun/crun-0.17.ebuild
+++ b/app-emulation/crun/crun-0.17.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit autotools python-any-r1