From 9f01d1a7303c5ac7aa2628a3a9877d10705d68c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Wed, 6 Aug 2025 18:21:06 +0200 Subject: [PATCH] gui-apps/nwg-shell-config: add 0.5.62-r1 fix python usedep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- ...config-0.5.62.ebuild => nwg-shell-config-0.5.62-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename gui-apps/nwg-shell-config/{nwg-shell-config-0.5.62.ebuild => nwg-shell-config-0.5.62-r1.ebuild} (91%) diff --git a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.62.ebuild b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.62-r1.ebuild similarity index 91% rename from gui-apps/nwg-shell-config/nwg-shell-config-0.5.62.ebuild rename to gui-apps/nwg-shell-config/nwg-shell-config-0.5.62-r1.ebuild index 52a9620390..da7f754df6 100644 --- a/gui-apps/nwg-shell-config/nwg-shell-config-0.5.62.ebuild +++ b/gui-apps/nwg-shell-config/nwg-shell-config-0.5.62-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 xdg-utils @@ -16,7 +16,7 @@ KEYWORDS="~amd64" RDEPEND=" gui-apps/nwg-shell - sci-geosciences/geopy + sci-geosciences/geopy[${PYTHON_USEDEP}] x11-libs/gtk+:3 " DEPEND="${RDEPEND}"