summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-01 20:03:52 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-01 20:03:52 +0100
commitd16f71a7fd7e2bb9fc44d81284681719a4c37707 (patch)
tree64a3c4dabe751dd1474656184537752094a2cc20 /sys-libs/pwdb
parentnet-nds/yp-tools: Add missing dependencies for the glibc-2.26 case, bug 630246 (diff)
downloadgentoo-d16f71a7fd7e2bb9fc44d81284681719a4c37707.tar.gz
gentoo-d16f71a7fd7e2bb9fc44d81284681719a4c37707.tar.bz2
gentoo-d16f71a7fd7e2bb9fc44d81284681719a4c37707.zip
sys-libs/pwdb: Add missing dependency on libnsl, bug 630410
Closes: https://bugs.gentoo.org/630410 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/pwdb-0.62-r1.ebuild (renamed from sys-libs/pwdb/pwdb-0.62.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
index 28bcc00b9e71..036cbd1cd4e3 100644
--- a/sys-libs/pwdb/pwdb-0.62.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=5
inherit eutils toolchain-funcs flag-o-matic
@@ -17,6 +17,7 @@ RESTRICT="test" #122603
# Note: NIS could probably be made conditional if anyone cared ...
RDEPEND="selinux? ( sys-libs/libselinux )
+ net-libs/libnsl:0=
net-libs/libtirpc"
DEPEND="${RDEPEND}"