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

Collapse All | Expand All

(-)freebsd-pam-modules-9.2_rc3.ebuild (-3 / +3 lines)
Lines 27-35 Link Here
27
27
28
pkg_setup() {
28
pkg_setup() {
29
	# Avoid installing pam_ssh as that has its own ebuild.
29
	# Avoid installing pam_ssh as that has its own ebuild.
30
	mymakeopts="${mymakeopts} NO_OPENSSH= "
30
	mymakeopts="${mymakeopts} WITHOUT_OPENSSH= "
31
	use kerberos || mymakeopts="${mymakeopts} NO_KERBEROS= "
31
	use kerberos || mymakeopts="${mymakeopts} WITHOUT_KERBEROS= "
32
	use nis || mymakeopts="${mymakeopts} NO_NIS= "
32
	use nis || mymakeopts="${mymakeopts} WITHOUT_NIS= "
33
}
33
}
34
34
35
src_unpack() {
35
src_unpack() {

Return to bug 488214