commit: 6705bdd58da3fb05d4d1fff81544e5934a45eec7
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Wed Aug 16 19:00:12 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 19:00:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6705bdd5
dev-embedded/rauc: enable py3.12
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
dev-embedded/rauc/rauc-1.10.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-embedded/rauc/rauc-1.10.1.ebuild
b/dev-embedded/rauc/rauc-1.10.1.ebuild
index a3aadea337..be67d61054 100644
--- a/dev-embedded/rauc/rauc-1.10.1.ebuild
+++ b/dev-embedded/rauc/rauc-1.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DOCS_BUILDER="sphinx"
DOCS_DIR="${S}/docs"