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-nds/tac_plus/
Date: Tue, 30 Mar 2021 21:45:59
Message-Id: 1617140743.c49495704d6cb88eceabfeedc467d144c10fb2c4.sam@gentoo
1 commit: c49495704d6cb88eceabfeedc467d144c10fb2c4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 21:25:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 21:45:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4949570
7
8 net-nds/tac_plus: add missing net-libs/libnsl dep
9
10 Fixes build with newer glibc.
11
12 Closes: https://bugs.gentoo.org/644236
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild | 1 +
16 net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild | 1 +
17 2 files changed, 2 insertions(+)
18
19 diff --git a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
20 index 5d770f4652e..6f9e32eef0d 100644
21 --- a/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
22 +++ b/net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild
23 @@ -17,6 +17,7 @@ KEYWORDS="amd64 ppc x86"
24 IUSE="debug finger maxsess tcpd skey static-libs"
25
26 DEPEND="
27 + net-libs/libnsl
28 sys-libs/pam
29 skey? ( >=sys-auth/skey-1.1.5-r1 )
30 tcpd? ( sys-apps/tcp-wrappers )
31
32 diff --git a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
33 index ca11e1018e3..d9a7bd98090 100644
34 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
35 +++ b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild
36 @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
37 IUSE="debug finger maxsess tcpd skey static-libs"
38
39 DEPEND="
40 + net-libs/libnsl
41 sys-libs/pam
42 skey? ( >=sys-auth/skey-1.1.5-r1 )
43 tcpd? ( sys-apps/tcp-wrappers )