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

Collapse All | Expand All

(-)/usr/portage/net-fs/autofs/autofs-5.0.4-r5.ebuild (-4 / +6 lines)
Lines 74-81 Link Here
74
for i in ${PATCH_LIST} ; do
74
for i in ${PATCH_LIST} ; do
75
	SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
75
	SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
76
done ;
76
done ;
77
DEPEND="ldap? ( >=net-nds/openldap-2.0 )
77
DEPEND="ldap? ( >=net-nds/openldap-2.0
78
	sasl? ( virtual/krb5 )"
78
			sasl? ( dev-libs/cyrus-sasl
79
				virtual/krb5
80
				dev-libs/libxml2 )
81
			)"
79
	# currently, sasl code assumes the presence of kerberosV
82
	# currently, sasl code assumes the presence of kerberosV
80
RDEPEND="${DEPEND}"
83
RDEPEND="${DEPEND}"
81
SLOT="0"
84
SLOT="0"
Lines 88-95 Link Here
88
		EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i}
91
		EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i}
89
	done
92
	done
90
93
91
	cd "${S}"
92
93
	# fixes bug #210762
94
	# fixes bug #210762
94
	epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch
95
	epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch
95
96
Lines 117-122 Link Here
117
	econf \
118
	econf \
118
		$(use_with ldap openldap) \
119
		$(use_with ldap openldap) \
119
		$(use_with sasl) \
120
		$(use_with sasl) \
121
		--without-hesiod \
120
		--enable-ignore-busy \
122
		--enable-ignore-busy \
121
		|| die "configure failed"
123
		|| die "configure failed"
122
124

Return to bug 292147