commit: 9f01d1a7303c5ac7aa2628a3a9877d10705d68c3
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Aug 6 16:21:06 2025 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Aug 6 16:26:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f01d1a7
gui-apps/nwg-shell-config: add 0.5.62-r1 fix python usedep
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
...g-shell-config-0.5.62.ebuild => nwg-shell-config-0.5.62-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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}"