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

(-)revdep-rebuild (-1 / +2 lines)
Lines 545-554 Link Here
545
		local uuid="${SONAME##*/}"
545
		local uuid="${SONAME##*/}"
546
		uuid="${uuid//[[:space:]]}"
546
		uuid="${uuid//[[:space:]]}"
547
		uuid="${uuid//\*}"
547
		uuid="${uuid//\*}"
548
		uuid="${uuid//\\}"
548
		HEAD_TEXT="using $SONAME"
549
		HEAD_TEXT="using $SONAME"
549
		OK_TEXT="There are no dynamic links to $SONAME"
550
		OK_TEXT="There are no dynamic links to $SONAME"
550
		unset WORKING_TEXT
551
		unset WORKING_TEXT
551
		setup_tmpdir "$uuid"
552
		setup_tmpdir "$tmp_target"/"$uuid" "$uid"
552
	fi
553
	fi
553
554
554
	# If any of our temporary files are older than 1 day, remove them all
555
	# If any of our temporary files are older than 1 day, remove them all

Return to bug 231508