commit: e4ba392ae873544ec7b5bbd5c3980ed87aa09387
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 05:47:59 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 17 05:57:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ba392a
app-misc/solaar: Add Python 3.12 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-misc/solaar/solaar-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/solaar/solaar-9999.ebuild
b/app-misc/solaar/solaar-9999.ebuild
index 89f1a2602b2b..dbd439b70312 100644
--- a/app-misc/solaar/solaar-9999.ebuild
+++ b/app-misc/solaar/solaar-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit linux-info udev xdg distutils-r1