From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1499615808A for ; Wed, 06 Aug 2025 16:26:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F2831342066 for ; Wed, 06 Aug 2025 16:26:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE6BC11036D; Wed, 06 Aug 2025 16:26:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D228D11036D for ; Wed, 06 Aug 2025 16:26:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6845A342066 for ; Wed, 06 Aug 2025 16:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A7F41CF5 for ; Wed, 06 Aug 2025 16:26:41 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1754497583.9f01d1a7303c5ac7aa2628a3a9877d10705d68c3.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-shell-config/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-shell-config/nwg-shell-config-0.5.62-r1.ebuild gui-apps/nwg-shell-config/nwg-shell-config-0.5.62.ebuild X-VCS-Directories: gui-apps/nwg-shell-config/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 9f01d1a7303c5ac7aa2628a3a9877d10705d68c3 X-VCS-Branch: dev Date: Wed, 06 Aug 2025 16:26:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c4628de-5a55-4b94-95b0-ec71b74a5305 X-Archives-Hash: a1174c67524931facf4902ecf12e745c commit: 9f01d1a7303c5ac7aa2628a3a9877d10705d68c3 Author: Pascal Jäger leimstift de> AuthorDate: Wed Aug 6 16:21:06 2025 +0000 Commit: Pascal Jäger leimstift 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 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}"