summaryrefslogtreecommitdiff
path: root/net-fs/autofs/autofs-5.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/autofs/autofs-5.1.2.ebuild')
-rw-r--r--net-fs/autofs/autofs-5.1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild
index 3a398fa77007..911142c22cbf 100644
--- a/net-fs/autofs/autofs-5.1.2.ebuild
+++ b/net-fs/autofs/autofs-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
+IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl"
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
# SASL support should be available, please add "ldap" to the USE flags.
@@ -38,7 +38,9 @@ RDEPEND=">=sys-apps/util-linux-2.20
virtual/krb5
)
)
- libtirpc? ( net-libs/libtirpc )"
+ libtirpc? ( net-libs/libtirpc )
+ !libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
+"
DEPEND="${RDEPEND}
sys-devel/flex