From 5ac3ab97c012612a79949addc874918c3e1ba848 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 7 Oct 2020 02:27:16 -0700 Subject: app-emulation/crun: add py3.8 and 3.9 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev --- app-emulation/crun/crun-0.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/crun/crun-0.15.ebuild b/app-emulation/crun/crun-0.15.ebuild index fef2bae51705..888df44272f7 100644 --- a/app-emulation/crun/crun-0.15.ebuild +++ b/app-emulation/crun/crun-0.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools python-any-r1 -- cgit v1.2.3-65-gdbad