From 289361e32f07385bdb5740bff0640a8ef7a81b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Thu, 2 May 2024 23:59:50 +0200 Subject: [PATCH] gui-apps/nwg-panel: disable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- 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