summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-04-16 16:45:03 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-04-16 16:45:20 +0200
commitf1520f1524bf321879ac604284ad851681b811a4 (patch)
tree5133af2dc4248fa0751ffd76ad627142d3a1c8a3
parentdev-games/aseprite: drop 1.3.2 (diff)
downloadgentoo-f1520f1524bf321879ac604284ad851681b811a4.tar.gz
gentoo-f1520f1524bf321879ac604284ad851681b811a4.tar.bz2
gentoo-f1520f1524bf321879ac604284ad851681b811a4.zip
sys-power/autosuspend: enable py3.12
Closes: https://bugs.gentoo.org/929864 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--sys-power/autosuspend/autosuspend-5.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/autosuspend/autosuspend-5.0.0.ebuild b/sys-power/autosuspend/autosuspend-5.0.0.ebuild
index 09d5184d4a3b..75f289cc9d36 100644
--- a/sys-power/autosuspend/autosuspend-5.0.0.ebuild
+++ b/sys-power/autosuspend/autosuspend-5.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1