coreos-base/emerge-gitclone: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 18:32:02 +01:00
parent a7abaa2ae1
commit 0562a13b0e
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi
PYTHON_COMPAT=( python3_6 ) PYTHON_COMPAT=( python3_{6..10} )
inherit cros-workon python-single-r1 inherit cros-workon python-single-r1