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

(-)/usr/portage/media-video/minitube/minitube-1.8.ebuild (-1 / +4 lines)
Lines 40-46 Link Here
40
40
41
	# Remove unneeded translations
41
	# Remove unneeded translations
42
	local trans=
42
	local trans=
43
	trans=$(l10n_get_locales)
43
	for locale in $(l10n_get_locales);do
44
	  trans+="${locale}.ts "
45
	done
46
	
44
	if [[ -n ${trans} ]]; then
47
	if [[ -n ${trans} ]]; then
45
		sed -i -e "/^TRANSLATIONS/s/+=.*/+=${trans}/" locale/locale.pri || die
48
		sed -i -e "/^TRANSLATIONS/s/+=.*/+=${trans}/" locale/locale.pri || die
46
	fi
49
	fi

Return to bug 428206