commit: a3aac6690cae8f0d7b8f2945b568aa69219b4b5b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 09:44:46 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 09:45:37 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3aac669
kde-frameworks/kapidox: EAPI-8 bump, python3_10
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kapidox/kapidox-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-frameworks/kapidox/kapidox-9999.ebuild
b/kde-frameworks/kapidox/kapidox-9999.ebuild
index d91d9e1bdd..27d82777e8 100644
--- a/kde-frameworks/kapidox/kapidox-9999.ebuild
+++ b/kde-frameworks/kapidox/kapidox-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_SINGLE_IMPL="true"
DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit kde.org distutils-r1
DESCRIPTION="Framework for building KDE API documentation in a standard format
and style"