summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-05-17 01:47:59 -0400
committerMatt Turner <mattst88@gentoo.org>2024-05-17 01:57:42 -0400
commite4ba392ae873544ec7b5bbd5c3980ed87aa09387 (patch)
tree0b4ac8487e9f393fd5bbc391318718a681b43180
parentapp-misc/solaar: Propagate keywords (diff)
downloadgentoo-e4ba392ae873544ec7b5bbd5c3980ed87aa09387.tar.gz
gentoo-e4ba392ae873544ec7b5bbd5c3980ed87aa09387.tar.bz2
gentoo-e4ba392ae873544ec7b5bbd5c3980ed87aa09387.zip
app-misc/solaar: Add Python 3.12 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--app-misc/solaar/solaar-9999.ebuild4
1 files 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