Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529148 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-fs/autofs/autofs-5.1.5-r1.ebuild (-1 / +3 lines)
Lines 18-24 SRC_URI=" Link Here
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
20
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
21
IUSE="-dmalloc ldap +libtirpc mount-locking sasl systemd"
21
IUSE="-dmalloc ldap +libtirpc mount-locking sasl sssd systemd"
22
22
23
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
23
# USE="sasl" adds SASL support to the LDAP module which will not be build. If
24
# SASL support should be available, please add "ldap" to the USE flags.
24
# SASL support should be available, please add "ldap" to the USE flags.
Lines 34-39 RDEPEND=">=sys-apps/util-linux-2.20 Link Here
34
			virtual/krb5
34
			virtual/krb5
35
		)
35
		)
36
	)
36
	)
37
	sssd? ( sys-auth/sssd[autofs] )
37
	systemd? ( sys-apps/systemd )
38
	systemd? ( sys-apps/systemd )
38
	libtirpc? ( net-libs/libtirpc )
39
	libtirpc? ( net-libs/libtirpc )
39
	!libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
40
	!libtirpc? ( elibc_glibc? ( sys-libs/glibc[rpc(-)] ) )
Lines 42-47 DEPEND="${RDEPEND} Link Here
42
	sys-devel/flex
43
	sys-devel/flex
43
	virtual/yacc
44
	virtual/yacc
44
	libtirpc? ( net-libs/rpcsvc-proto )
45
	libtirpc? ( net-libs/rpcsvc-proto )
46
	!sssd? ( !sys-auth/sssd[autofs] )
45
"
47
"
46
48
47
CONFIG_CHECK="~AUTOFS4_FS"
49
CONFIG_CHECK="~AUTOFS4_FS"

Return to bug 529148