Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307743
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- cvs.eclass
0
++ cvs.eclass
Lines 511-517 Link Here
511
511
512
	local sanitized_pn=$(echo "${PN}" | LC_ALL=C sed -e 's:[^A-Za-z0-9_]:_:g')
512
	local sanitized_pn=$(echo "${PN}" | LC_ALL=C sed -e 's:[^A-Za-z0-9_]:_:g')
513
	local offline_pkg_var="ECVS_OFFLINE_${sanitized_pn}"
513
	local offline_pkg_var="ECVS_OFFLINE_${sanitized_pn}"
514
	if [ "${!offline_pkg_var}" == "1" -o "$ECVS_OFFLINE" == "1" -o "$ECVS_SERVER" == "offline" ]; then
514
	if [ -n "${!offline_pkg_var}${ECVS_OFFLINE}${ESCM_OFFLINE}" ] || [ "${ECVS_SERVER}" = "offline" ]; then
515
		# We're not required to fetch anything; the module already
515
		# We're not required to fetch anything; the module already
516
		# exists and shouldn't be updated.
516
		# exists and shouldn't be updated.
517
		if [ -d "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" ]; then
517
		if [ -d "${ECVS_TOP_DIR}/${ECVS_LOCALNAME}" ]; then

Return to bug 307743