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

Collapse All | Expand All

(-)emacs-22.1-r3.ebuild~ (-1 / +2 lines)
Lines 5-11 Link Here
5
WANT_AUTOCONF="2.5"
5
WANT_AUTOCONF="2.5"
6
WANT_AUTOMAKE="latest"
6
WANT_AUTOMAKE="latest"
7
7
8
inherit autotools elisp-common eutils flag-o-matic
8
inherit autotools elisp-common eutils flag-o-matic multilib
9
9
10
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
10
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
11
HOMEPAGE="http://www.gnu.org/software/emacs/"
11
HOMEPAGE="http://www.gnu.org/software/emacs/"
Lines 138-143 Link Here
138
138
139
	econf \
139
	econf \
140
		--program-suffix=-emacs-${SLOT} \
140
		--program-suffix=-emacs-${SLOT} \
141
		--libdir=/usr/$(get_libdir) \
141
		--infodir=/usr/share/info/emacs-${SLOT} \
142
		--infodir=/usr/share/info/emacs-${SLOT} \
142
		--without-carbon \
143
		--without-carbon \
143
		${myconf} || die "econf emacs failed"
144
		${myconf} || die "econf emacs failed"

Return to bug 205555