From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C1B515ACFC for ; Sun, 30 Apr 2023 14:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D13DBE0801; Sun, 30 Apr 2023 14:56:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 98396E0801 for ; Sun, 30 Apr 2023 14:56:21 +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 8A5BB34127D for ; Sun, 30 Apr 2023 14:56:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EE4AA5B for ; Sun, 30 Apr 2023 14:56:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682866571.307b8a369ce4d9f3bd56002335cf0838a4cbefd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/snakeviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/snakeviz/snakeviz-2.2.0.ebuild X-VCS-Directories: dev-util/snakeviz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 307b8a369ce4d9f3bd56002335cf0838a4cbefd5 X-VCS-Branch: master Date: Sun, 30 Apr 2023 14:56:19 +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: f8cb8b9b-c398-442a-9ac8-aefb14c22329 X-Archives-Hash: c875589542948e31493de3d17978ea01 commit: 307b8a369ce4d9f3bd56002335cf0838a4cbefd5 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 30 14:23:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 30 14:56:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307b8a36 dev-util/snakeviz: Remove stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-util/snakeviz/snakeviz-2.2.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-util/snakeviz/snakeviz-2.2.0.ebuild b/dev-util/snakeviz/snakeviz-2.2.0.ebuild index b4677fa9a313..8f6e44fe3411 100644 --- a/dev-util/snakeviz/snakeviz-2.2.0.ebuild +++ b/dev-util/snakeviz/snakeviz-2.2.0.ebuild @@ -23,9 +23,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64" RDEPEND=" - $(python_gen_cond_dep ' - dev-python/tornado[${PYTHON_USEDEP}] - ') + dev-python/tornado[${PYTHON_USEDEP}] " distutils_enable_tests pytest