aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-05-14 16:31:00 -0400
committerJulien Roy <julien@jroy.ca>2024-05-14 16:31:50 -0400
commit6f74a6102d905a5706dfa7537d9f7849bc030127 (patch)
tree6e782b6200a4ecae516938e6d58d5e32aa18a065 /x11-apps
parentsys-boot/woeusb-ng: enable py3.12, py3.13 (diff)
downloadguru-6f74a6102d905a5706dfa7537d9f7849bc030127.tar.gz
guru-6f74a6102d905a5706dfa7537d9f7849bc030127.tar.bz2
guru-6f74a6102d905a5706dfa7537d9f7849bc030127.zip
x11-apps/lightdm-gtk-greeter-settings: enable py3.12
Closes: https://bugs.gentoo.org/922086 Closes: https://bugs.gentoo.org/922087 Closes: https://bugs.gentoo.org/931488 Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2-r2.ebuild b/x11-apps/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2-r2.ebuild
index 1c9e3637a..ddb72e663 100644
--- a/x11-apps/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2-r2.ebuild
+++ b/x11-apps/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2-r2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 xdg