View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-6 / +8 lines)
 Lines 34-46    Link Here 
}
}
src_compile() {
src_compile() {
	einfo "Checking for subversion compiled with neon support..."
	einfo "Checking for subversion compiled with WebDAV support..."
	if built_with_use dev-util/subversion nowebdav; then
	if ! built_with_use --missing true -o dev-util/subversion webdav-neon webdav-serf || \
		ewarn "SVN (dev-util/subversion) must be compiled with neon support."
	built_with_use --missing false dev-util/subversion nowebdav; then
		ewarn "Please re-emerge subversion without the nowebdav USE flag."
		ewarn "SVN (dev-util/subversion) must be compiled with WebDAV support."
		die "SVN merged with nowebdav USE flag"
		ewarn "Please re-emerge subversion with webdav-neon or webdav-serf USE flag"
		ewarn "and without the nowebdav USE flag."
		die "SVN merged without WebDAV support"
	else
	else
		einfo "Found neon support; continuing..."
		einfo "Found WebDAV support; continuing..."
	fi
	fi
	# if you compiled subversion without (the) apache2 (flag) and with the
	# if you compiled subversion without (the) apache2 (flag) and with the