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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- eutils.eclass.old
0
++ eutils.eclass
Lines 1319-1325 check_license() { Link Here
1319
			lic="${lic}"
1319
			lic="${lic}"
1320
		fi
1320
		fi
1321
	fi
1321
	fi
1322
	[ ! -f "${lic}" ] && die "Could not find requested license ${lic}"
1323
	local l="`basename ${lic}`"
1322
	local l="`basename ${lic}`"
1324
1323
1325
	# here is where we check for the licenses the user already
1324
	# here is where we check for the licenses the user already
Lines 1335-1340 check_license() { Link Here
1335
	done
1334
	done
1336
	set +o noglob; set -$shopts #reset old shell opts
1335
	set +o noglob; set -$shopts #reset old shell opts
1337
1336
1337
	# effectively check if license file is available now that
1338
	# ACCEPT_LICENSE has been checked
1339
	[ ! -f "${lic}" ] && die "Could not find requested license ${lic}"
1340
1338
	local licmsg=$(emktemp)
1341
	local licmsg=$(emktemp)
1339
	cat <<-EOF > ${licmsg}
1342
	cat <<-EOF > ${licmsg}
1340
	**********************************************************
1343
	**********************************************************

Return to bug 281314