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

Collapse All | Expand All

(-)java-nsplugin.eselect.old (-9 lines)
Lines 63-77 Link Here
63
		echo "${vm} ${mark}"
63
		echo "${vm} ${mark}"
64
	}
64
	}
65
65
66
	tweak_list() {
67
		local targets=( ${@} )
68
		system_name=$(get_system_plugin_vm)
69
70
		for (( i = 0 ; i < ${#targets[@]} ; i = i + 1 )) ; do
71
			twaek_list_item ${targets[${i}]} ${system_name}
72
		done
73
	}
74
	
75
	do_list() {
66
	do_list() {
76
		if [[ ${IS_MULTILIB} != "true" ]]; then
67
		if [[ ${IS_MULTILIB} != "true" ]]; then
77
			MULTILIB_MODE="none"
68
			MULTILIB_MODE="none"

Return to bug 227507