commit: 289361e32f07385bdb5740bff0640a8ef7a81b13
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Thu May 2 21:59:50 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu May 2 22:00:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=289361e3
gui-apps/nwg-panel: disable py3.11
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-panel/nwg-panel-0.9.28.ebuild | 2 +-
gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild | 2 +-
gui-apps/nwg-panel/nwg-panel-9999.ebuild | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.28.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.9.28.ebuild
index 7161950788..a992904e1d 100644
--- a/gui-apps/nwg-panel/nwg-panel-0.9.28.ebuild
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.28.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils
diff --git a/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
b/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
index 7161950788..a992904e1d 100644
--- a/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
+++ b/gui-apps/nwg-panel/nwg-panel-0.9.29.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils
diff --git a/gui-apps/nwg-panel/nwg-panel-9999.ebuild
b/gui-apps/nwg-panel/nwg-panel-9999.ebuild
index 5e1a43640e..4a1dd24ce5 100644
--- a/gui-apps/nwg-panel/nwg-panel-9999.ebuild
+++ b/gui-apps/nwg-panel/nwg-panel-9999.ebuild
@@ -1,9 +1,9 @@
-# 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_{11..12} )
+PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils