View | Details | Raw Unified
Collapse All | Expand All

(-) /home/flame/devel/gentoo-x86/dev-util/cvs/cvs-1.12.12.ebuild (-6 / +3 lines)
 Lines 19-26    Link Here 
DEPEND="virtual/libc
DEPEND="virtual/libc
	>=sys-libs/zlib-1.1.4
	>=sys-libs/zlib-1.1.4
	kerberos? ( virtual/krb5 )
	kerberos? ( virtual/krb5 )
	pam? ( >=sys-libs/pam-0.73
	pam? ( virtual/pam )"
		>=sys-apps/shadow-4.0.2-r2 )"
src_compile() {
src_compile() {
 Lines 56-67    Link Here 
		ln -s cvs.html index.html
		ln -s cvs.html index.html
	fi
	fi
	if use pam; then
	newpamd ${FILESDIR}/cvs.pam-include cvs
		insinto /etc/pam.d
		newins ${FILESDIR}/cvs.pam cvs
	fi
}
}
src_test() {
src_test() {
	einfo "FEATURES=\"maketest\" has been disabled for dev-util/cvs"
	einfo "FEATURES=\"maketest\" has been disabled for dev-util/cvs"
}
}