summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-08-18 12:26:16 +0200
committerDavid Seifert <soap@gentoo.org>2021-08-18 12:26:16 +0200
commit6131ded75983d5d5ed14bff5f41d1998695224b2 (patch)
tree58f3af028f4adcdc19124bf96453fa0d63962a1a /net-fs
parentnet-wireless/unifi: bump to 6.4.50 (diff)
downloadgentoo-6131ded75983d5d5ed14bff5f41d1998695224b2.tar.gz
gentoo-6131ded75983d5d5ed14bff5f41d1998695224b2.tar.bz2
gentoo-6131ded75983d5d5ed14bff5f41d1998695224b2.zip
net-fs/autofs: add missing net-libs/libnsl dep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/autofs/autofs-5.1.6-r2.ebuild (renamed from net-fs/autofs/autofs-5.1.6-r1.ebuild)5
-rw-r--r--net-fs/autofs/autofs-5.1.7-r1.ebuild (renamed from net-fs/autofs/autofs-5.1.7.ebuild)5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-5.1.6-r1.ebuild b/net-fs/autofs/autofs-5.1.6-r2.ebuild
index cbbf2773535c..616efb49c330 100644
--- a/net-fs/autofs/autofs-5.1.6-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.6-r2.ebuild
@@ -15,7 +15,9 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd"
# currently, sasl code assumes the presence of kerberosV
-RDEPEND=">=sys-apps/util-linux-2.20
+RDEPEND="
+ net-libs/libnsl:=
+ >=sys-apps/util-linux-2.20
dmalloc? ( dev-libs/dmalloc[threads] )
ldap? ( >=net-nds/openldap-2.0
sasl? (
@@ -33,6 +35,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
sys-devel/flex
+ virtual/pkgconfig
virtual/yacc
"
diff --git a/net-fs/autofs/autofs-5.1.7.ebuild b/net-fs/autofs/autofs-5.1.7-r1.ebuild
index da73cde6f2a0..cb4a90168667 100644
--- a/net-fs/autofs/autofs-5.1.7.ebuild
+++ b/net-fs/autofs/autofs-5.1.7-r1.ebuild
@@ -15,7 +15,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd"
# currently, sasl code assumes the presence of kerberosV
-RDEPEND=">=sys-apps/util-linux-2.20
+RDEPEND="
+ net-libs/libnsl:=
+ >=sys-apps/util-linux-2.20
dmalloc? ( dev-libs/dmalloc[threads] )
ldap? ( >=net-nds/openldap-2.0
sasl? (
@@ -33,6 +35,7 @@ DEPEND="${RDEPEND}
"
BDEPEND="
sys-devel/flex
+ virtual/pkgconfig
virtual/yacc
"