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 90C01158088 for ; Mon, 10 Jan 2022 13:13:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F8C52BC031; Mon, 10 Jan 2022 13:13:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5372A2BC02C for ; Mon, 10 Jan 2022 13:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0D0CD343041 for ; Mon, 10 Jan 2022 13:13:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81B46292 for ; Mon, 10 Jan 2022 13:13:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641727498.ee4e49b21ac8c28d16208fb902a2f39775913603.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ee4e49b21ac8c28d16208fb902a2f39775913603 X-VCS-Branch: master Date: Mon, 10 Jan 2022 13:13:47 +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: 841c4df3-2081-4ac8-a320-9ef672795102 X-Archives-Hash: d5f37b9b013d68940b7eefc0bbe608ba commit: ee4e49b21ac8c28d16208fb902a2f39775913603 Author: Viorel Munteanu gmail com> AuthorDate: Sun Jan 9 11:24:58 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jan 9 11:24:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee4e49b2 dev-python/keyrings-alt: rewrite deps Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild index a7373a503..65a5e4927 100644 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild @@ -19,10 +19,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" +RDEPEND=" dev-python/keyring[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" BDEPEND=" >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] "