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 7CFA7158649 for ; Thu, 11 May 2023 20:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A313BE0BBC; Thu, 11 May 2023 20:03:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8F9FEE0BBC for ; Thu, 11 May 2023 20:03:58 +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 ACC03340A8E for ; Thu, 11 May 2023 20:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BA04A6A for ; Thu, 11 May 2023 20:03:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683835412.226079f8e1d14b0b5dd2322ca1abfdb0261cf672.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/hash-slinger/hash-slinger-3.2-r1.ebuild net-dns/hash-slinger/hash-slinger-3.2.ebuild X-VCS-Directories: net-dns/hash-slinger/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 226079f8e1d14b0b5dd2322ca1abfdb0261cf672 X-VCS-Branch: master Date: Thu, 11 May 2023 20:03:56 +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: 4d4142d5-f4e6-43ab-9119-54d0db18077e X-Archives-Hash: 404ab23f58f905361eaf781d761192e9 commit: 226079f8e1d14b0b5dd2322ca1abfdb0261cf672 Author: David Seifert gentoo org> AuthorDate: Mon May 8 20:56:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 11 20:03:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226079f8 net-dns/hash-slinger: switch to virtual/openssh Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> .../{hash-slinger-3.2.ebuild => hash-slinger-3.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/hash-slinger/hash-slinger-3.2.ebuild b/net-dns/hash-slinger/hash-slinger-3.2-r1.ebuild similarity index 97% rename from net-dns/hash-slinger/hash-slinger-3.2.ebuild rename to net-dns/hash-slinger/hash-slinger-3.2-r1.ebuild index a8ddda15cbb8..d4c705076a21 100644 --- a/net-dns/hash-slinger/hash-slinger-3.2.ebuild +++ b/net-dns/hash-slinger/hash-slinger-3.2-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" net-dns/unbound[python,${PYTHON_SINGLE_USEDEP}] ipsec? ( net-vpn/libreswan[dnssec] ) openpgp? ( $(python_gen_cond_dep 'dev-python/python-gnupg[${PYTHON_USEDEP}]') ) - ssh? ( net-misc/openssh ) + ssh? ( virtual/openssh ) " src_install() {