dev-embedded/rauc: EAPI 8, Python 3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach 2021-08-29 12:55:38 +02:00
parent bf30733266
commit d886e92f75
No known key found for this signature in database
GPG Key ID: DB8F6A82BDCE20B9

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..10} )
DOCS_BUILDER="sphinx"
DOCS_DIR="${S}/docs"