Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/
Date: Sat, 11 Sep 2021 17:16:01
Message-Id: 1631380550.a69f7db813e4ee8f065ca8d80a0dc86b440aeaf5.mattst88@gentoo
1 commit: a69f7db813e4ee8f065ca8d80a0dc86b440aeaf5
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 11 17:15:10 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 17:15:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f7db8
7
8 net-misc/dropbear: Require libtomcrypt[libtommath]
9
10 Closes: https://bugs.gentoo.org/812683
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 net-misc/dropbear/dropbear-2020.81-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/dropbear/dropbear-2020.81-r3.ebuild b/net-misc/dropbear/dropbear-2020.81-r3.ebuild
17 index 297c2920937..15ac003888b 100644
18 --- a/net-misc/dropbear/dropbear-2020.81-r3.ebuild
19 +++ b/net-misc/dropbear/dropbear-2020.81-r3.ebuild
20 @@ -23,7 +23,7 @@ RDEPEND="
21 acct-group/sshd
22 acct-user/sshd
23 !static? (
24 - >=dev-libs/libtomcrypt-1.18.2-r2
25 + >=dev-libs/libtomcrypt-1.18.2-r2[libtommath]
26 >=dev-libs/libtommath-1.2.0
27 ${LIB_DEPEND//\[static-libs(+)]}
28 )