Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/argus/
Date: Tue, 01 May 2018 14:06:32
Message-Id: 1525183564.33c58c412955e0a70fd40de97b8cab1405504fa6.dilfridge@gentoo
1 commit: 33c58c412955e0a70fd40de97b8cab1405504fa6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 14:06:04 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 14:06:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c58c41
7
8 net-analyzer/argus: Add missing libnsl dependency, bug 641476
9
10 Closes: https://bugs.gentoo.org/641476
11 Package-Manager: Portage-2.3.31, Repoman-2.3.9
12
13 net-analyzer/argus/argus-3.0.8.2-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
17 index 4484cf276e7..8e3fcd9e429 100644
18 --- a/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
19 +++ b/net-analyzer/argus/argus-3.0.8.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
27 IUSE="debug +libtirpc sasl tcpd"
28
29 RDEPEND="
30 + net-libs/libnsl:=
31 net-libs/libpcap
32 sys-libs/zlib
33 !libtirpc? ( sys-libs/glibc[rpc(-)] )