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

(-)/usr/lib/portage/bin/misc-functions.sh.orig (-2 / +2 lines)
Lines 48-54 Link Here
48
		local qa_var insecure_rpath=0 tmp_quiet=${PORTAGE_QUIET}
48
		local qa_var insecure_rpath=0 tmp_quiet=${PORTAGE_QUIET}
49
		
49
		
50
		# display warnings when using stricter because we die afterwards
50
		# display warnings when using stricter because we die afterwards
51
		if has stricter ${FEATURES}; then
51
		if has stricter ${FEATURES} && ! has stricter ${RESTRICT}; then
52
			unset PORTAGE_QUIET
52
			unset PORTAGE_QUIET
53
		fi
53
		fi
54
		
54
		
Lines 65-71 Link Here
65
			vecho " Summary: $CATEGORY/$PN: insecure RPATH ${f}"
65
			vecho " Summary: $CATEGORY/$PN: insecure RPATH ${f}"
66
			vecho "${f}"
66
			vecho "${f}"
67
			vecho -ne '\a\n'
67
			vecho -ne '\a\n'
68
			if has stricter ${FEATURES}; then
68
			if has stricter ${FEATURES} && ! has stricter ${RESTRICT}; then
69
				insecure_rpath=1
69
				insecure_rpath=1
70
			else
70
			else
71
				vecho "Auto fixing rpaths for ${f}"
71
				vecho "Auto fixing rpaths for ${f}"

Return to bug 136236