Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipp/
Date: Tue, 29 Jun 2021 16:35:48
Message-Id: 1624984529.4b105b84f4d13e341f6a7a9cd8482032fc17bc9a.sam@gentoo
1 commit: 4b105b84f4d13e341f6a7a9cd8482032fc17bc9a
2 Author: Hank Leininger <hlein <AT> korelogic <DOT> com>
3 AuthorDate: Tue Jun 29 16:35:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 16:35:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b105b84
7
8 net-misc/sipp: add net-misc/lksctp-tools to DEPEND
9
10 Signed-off-by: Hank Leininger <hlein <AT> korelogic.com>
11 Closes: https://bugs.gentoo.org/799230
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Closes: https://github.com/gentoo/gentoo/pull/21474
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-misc/sipp/sipp-3.6.1.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/net-misc/sipp/sipp-3.6.1.ebuild b/net-misc/sipp/sipp-3.6.1.ebuild
20 index 3145570a2b5..bff0d1ab42e 100644
21 --- a/net-misc/sipp/sipp-3.6.1.ebuild
22 +++ b/net-misc/sipp/sipp-3.6.1.ebuild
23 @@ -20,6 +20,7 @@ DEPEND="sys-libs/ncurses:=
24 net-libs/libpcap
25 net-libs/libnet:1.1
26 )
27 + sctp? ( net-misc/lksctp-tools )
28 ssl? ( dev-libs/openssl:= )
29 "
30 RDEPEND="${DEPEND}"