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

(-)emacs-21.4.ebuild (-3 / +3 lines)
Lines 40-50 Link Here
40
DFILE=emacs-${SLOT}.desktop
40
DFILE=emacs-${SLOT}.desktop
41
41
42
src_unpack() {
42
src_unpack() {
43
	# Emacs 21.4 uses leim from 21.3
44
	ln -s emacs-21.4 emacs-21.3
45
46
	unpack ${A}
43
	unpack ${A}
47
44
45
	# Emacs 21.4 uses leim from 21.3
46
	cp emacs-21.3/leim/* emacs-21.4/leim
47
48
	cd ${S}
48
	cd ${S}
49
	epatch ${FILESDIR}/emacs-21.3-xorg.patch
49
	epatch ${FILESDIR}/emacs-21.3-xorg.patch
50
	epatch ${FILESDIR}/emacs-21.3-amd64.patch
50
	epatch ${FILESDIR}/emacs-21.3-amd64.patch

Return to bug 91665