Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-23.2.ebuild
Date: Sat, 08 May 2010 08:06:54
Message-Id: 20100508080650.8CE7329670@corvid.gentoo.org
1 ulm 10/05/08 08:06:50
2
3 Modified: emacs-23.2.ebuild
4 Log:
5 Apply changes to ebuild from bug 306831 which I had forgotten in the previous commit.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 app-editors/emacs/emacs-23.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild?r1=1.1&r2=1.2
14
15 Index: emacs-23.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- emacs-23.2.ebuild 8 May 2010 07:26:28 -0000 1.1
22 +++ emacs-23.2.ebuild 8 May 2010 08:06:50 -0000 1.2
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild,v 1.1 2010/05/08 07:26:28 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2.ebuild,v 1.2 2010/05/08 08:06:50 ulm Exp $
28
29 EAPI=2
30
31 -inherit autotools elisp-common eutils flag-o-matic
32 +inherit autotools elisp-common eutils flag-o-matic multilib
33
34 if [ "${PV##*.}" = "9999" ]; then
35 inherit bzr
36 @@ -188,6 +188,7 @@
37 econf \
38 --program-suffix=-${EMACS_SUFFIX} \
39 --infodir=/usr/share/info/${EMACS_SUFFIX} \
40 + --with-crt-dir=/usr/$(get_libdir) \
41 ${myconf} || die "econf emacs failed"
42 }