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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0764C158092 for ; Sat, 11 Sep 2021 17:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A34BE081E; Sat, 11 Sep 2021 17:16:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 319FDE081E for ; Sat, 11 Sep 2021 17:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 565CC340CF6 for ; Sat, 11 Sep 2021 17:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0B8956 for ; Sat, 11 Sep 2021 17:15:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631380550.a69f7db813e4ee8f065ca8d80a0dc86b440aeaf5.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dropbear/dropbear-2020.81-r3.ebuild X-VCS-Directories: net-misc/dropbear/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a69f7db813e4ee8f065ca8d80a0dc86b440aeaf5 X-VCS-Branch: master Date: Sat, 11 Sep 2021 17:15:57 +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: e30f6c75-07e9-40a4-b01a-493272a34f8a X-Archives-Hash: 7cad59d3770740e2cfbe913688fef61e commit: a69f7db813e4ee8f065ca8d80a0dc86b440aeaf5 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 11 17:15:10 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 11 17:15:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f7db8 net-misc/dropbear: Require libtomcrypt[libtommath] Closes: https://bugs.gentoo.org/812683 Signed-off-by: Matt Turner gentoo.org> net-misc/dropbear/dropbear-2020.81-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dropbear/dropbear-2020.81-r3.ebuild b/net-misc/dropbear/dropbear-2020.81-r3.ebuild index 297c2920937..15ac003888b 100644 --- a/net-misc/dropbear/dropbear-2020.81-r3.ebuild +++ b/net-misc/dropbear/dropbear-2020.81-r3.ebuild @@ -23,7 +23,7 @@ RDEPEND=" acct-group/sshd acct-user/sshd !static? ( - >=dev-libs/libtomcrypt-1.18.2-r2 + >=dev-libs/libtomcrypt-1.18.2-r2[libtommath] >=dev-libs/libtommath-1.2.0 ${LIB_DEPEND//\[static-libs(+)]} )