app-misc/ca-certificates: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 18:29:14 +01:00
parent 30a1ecd137
commit 2e2da29c85

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6..10} )
inherit python-any-r1 systemd
RTM_NAME="NSS_${PV//./_}_RTM"