diff options
author | Sam James <sam@gentoo.org> | 2021-03-30 21:25:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-30 21:45:43 +0000 |
commit | c49495704d6cb88eceabfeedc467d144c10fb2c4 (patch) | |
tree | bfdb83ccd4d59cdd5297f5c884a76ed411b19a53 /net-nds | |
parent | net-nds/tac_plus: port to EAPI 7, drop base.eclass (diff) | |
download | gentoo-c49495704d6cb88eceabfeedc467d144c10fb2c4.tar.gz gentoo-c49495704d6cb88eceabfeedc467d144c10fb2c4.tar.bz2 gentoo-c49495704d6cb88eceabfeedc467d144c10fb2c4.zip |
net-nds/tac_plus: add missing net-libs/libnsl dep
Fixes build with newer glibc.
Closes: https://bugs.gentoo.org/644236
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.19-r4.ebuild | 1 | ||||
-rw-r--r-- | net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 index 5d770f4652e1..6f9e32eef0dd 100644 --- 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 @@ -17,6 +17,7 @@ KEYWORDS="amd64 ppc x86" IUSE="debug finger maxsess tcpd skey static-libs" DEPEND=" + net-libs/libnsl sys-libs/pam skey? ( >=sys-auth/skey-1.1.5-r1 ) tcpd? ( sys-apps/tcp-wrappers ) 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 index ca11e1018e30..d9a7bd980900 100644 --- a/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild +++ b/net-nds/tac_plus/tac_plus-4.0.4.27a.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug finger maxsess tcpd skey static-libs" DEPEND=" + net-libs/libnsl sys-libs/pam skey? ( >=sys-auth/skey-1.1.5-r1 ) tcpd? ( sys-apps/tcp-wrappers ) |