fix some RequiredUseDefaults

This commit is contained in:
2022-03-18 19:14:43 +01:00
committed by Andreas Billmeier
parent 5ae5c29e80
commit 20fae47a24
19 changed files with 33 additions and 101 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1