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

Collapse All | Expand All

(-)kde-i18n-3.5.5.ebuild (-1 / +3 lines)
Lines 37-43 Link Here
37
	fi
37
	fi
38
38
39
	# Override kde_src_unpack.
39
	# Override kde_src_unpack.
40
	unpack ${A}
40
	if ! [[ -z "${A}" ]]; then
41
		unpack ${A}
42
	fi
41
43
42
	# Work around KDE bug 126311.
44
	# Work around KDE bug 126311.
43
	for dir in `ls "${WORKDIR}"`; do
45
	for dir in `ls "${WORKDIR}"`; do

Return to bug 137297