diff options
Diffstat (limited to 'app-emulation/crun')
-rw-r--r-- | app-emulation/crun/crun-0.15.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/crun/crun-0.16.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/crun/crun-0.15.ebuild b/app-emulation/crun/crun-0.15.ebuild index 888df44272f7..fc58b334caf1 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..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools python-any-r1 diff --git a/app-emulation/crun/crun-0.16.ebuild b/app-emulation/crun/crun-0.16.ebuild index 202be5b0a53f..e4abbffbae17 100644 --- a/app-emulation/crun/crun-0.16.ebuild +++ b/app-emulation/crun/crun-0.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools python-any-r1 |