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

(-)bin/emerge (-1 / +1 lines)
Lines 3948-3954 Link Here
3948
		all_rsync_opts = set(rsync_opts)
3948
		all_rsync_opts = set(rsync_opts)
3949
		all_rsync_opts.update(
3949
		all_rsync_opts.update(
3950
			settings.get("PORTAGE_RSYNC_EXTRA_OPTS","").split())
3950
			settings.get("PORTAGE_RSYNC_EXTRA_OPTS","").split())
3951
		family = socket.AF_UNSPEC
3951
		family = socket.AF_INET
3952
		if "-4" in all_rsync_opts or "--ipv4" in all_rsync_opts:
3952
		if "-4" in all_rsync_opts or "--ipv4" in all_rsync_opts:
3953
			family = socket.AF_INET
3953
			family = socket.AF_INET
3954
		elif socket.has_ipv6 and \
3954
		elif socket.has_ipv6 and \

Return to bug 172571