cros_post_src_install_create_default_config() {
	insinto /etc/pkgcheck
	# these must be indented with tabs, bash only strips leading
	# tabs with "<<-", leading spaces won't do.
	newins - pkgcheck.conf <<-EOF
	[DEFAULT]
	keywords = -NonexistentDeps,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-NonsolvableDepsInStable
	EOF
}
