summaryrefslogtreecommitdiff
path: root/net-fs/autofs/autofs-5.0.7-r5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-16 16:56:41 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-16 16:56:41 +0000
commit38f60b3ec9ff175535d9a056a76ae42931e61e21 (patch)
tree320bc3a66bb967560bbfe8c576a6e75333cf83cc /net-fs/autofs/autofs-5.0.7-r5.ebuild
parente2d84e38284aeb9d522a7e935554340ddf0e4a6f (diff)
gentoo resync : 16.11.2017
Diffstat (limited to 'net-fs/autofs/autofs-5.0.7-r5.ebuild')
-rw-r--r--net-fs/autofs/autofs-5.0.7-r5.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-fs/autofs/autofs-5.0.7-r5.ebuild b/net-fs/autofs/autofs-5.0.7-r5.ebuild
index e85bd049f50d..21e1bfc9c984 100644
--- a/net-fs/autofs/autofs-5.0.7-r5.ebuild
+++ b/net-fs/autofs/autofs-5.0.7-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,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.
@@ -37,7 +37,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