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

(-)/usr/portage/app-misc/mc/mc-4.6.1-r4.ebuild (+5 lines)
Lines 60-69 Link Here
60
	# Bug #184296
60
	# Bug #184296
61
	epatch "${FILESDIR}"/${P}-invalid-mtime.patch
61
	epatch "${FILESDIR}"/${P}-invalid-mtime.patch
62
62
63
	if use slang && use unicode; then
63
	if use slang && use unicode; then
64
		epatch "${DISTDIR}"/${P}-utf8-r2.patch.bz2
64
		epatch "${DISTDIR}"/${P}-utf8-r2.patch.bz2
65
		for FCONV in  doc/ru/{xnc.hlp,mc.1.in} lib/mc.hint.ru
66
		do
67
		    mv ${FCONV} ${FCONV}~ && \
68
		    iconv -f KOI8-R -t UTF-8 ${FCONV}~ >${FCONV}
69
		done
65
	fi
70
	fi
66
	epatch "${FILESDIR}"/${P}-nonblock.patch
71
	epatch "${FILESDIR}"/${P}-nonblock.patch
67
	epatch "${FILESDIR}"/${P}-bash-all.patch
72
	epatch "${FILESDIR}"/${P}-bash-all.patch
68
73
69
	# Prevent lazy bindings in cons.saver binary. (bug #135009)
74
	# Prevent lazy bindings in cons.saver binary. (bug #135009)

Return to bug 213522