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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98EC61582EF for ; Tue, 11 Feb 2025 20:57:09 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4DCF0343088 for ; Tue, 11 Feb 2025 20:57:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52A1F11042D; Tue, 11 Feb 2025 20:57:08 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 470F411042D for ; Tue, 11 Feb 2025 20:57:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBFE2343086 for ; Tue, 11 Feb 2025 20:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 729F227F5 for ; Tue, 11 Feb 2025 20:57:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1739307406.5a8d6b6d4f1c3472063b22abf236c321fe60e903.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-6.9.ebuild dev-vcs/tortoisehg/tortoisehg-9999.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a8d6b6d4f1c3472063b22abf236c321fe60e903 X-VCS-Branch: master Date: Tue, 11 Feb 2025 20:57:06 +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: a68b13cc-5f4e-4414-af98-9dc98db6264b X-Archives-Hash: 40cec6bc0d747c4f4c12c0f203764c4a commit: 5a8d6b6d4f1c3472063b22abf236c321fe60e903 Author: Sergey Torokhov yandex ru> AuthorDate: Sun Jan 19 18:03:19 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 11 20:56:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8d6b6d dev-vcs/tortoisehg: 6.9, rm additional 'python_gen_cond_dep' condition Bug: https://bugs.gentoo.org/948006 Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/40211 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-vcs/tortoisehg/tortoisehg-6.9.ebuild | 1 - dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild index 026b203968d8..bf1ef62aa9ba 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild @@ -11,7 +11,6 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~arm64 ~x86" SRC_URI="https://foss.heptapod.net/mercurial/${PN}/thg/-/archive/${PV}/thg-${PV}.tar.gz -> ${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-6.3[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-vcs/mercurial-6.9[${PYTHON_USEDEP}]' python3_13 )