package: gentoo: Update Python versions

The Gentoo Python3 supported versions are now 3.6 to 3.10. Update the
package accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2021-08-28 00:30:05 +03:00
parent 605b58efb1
commit bc78feb5d8
@@ -2,7 +2,7 @@
# Copyright 2019 Google Inc.
EAPI=6
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_COMPAT=( python3_{7..10} )
inherit git-r3 meson python-any-r1