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-cvs: emacs-cvs-23.0.60-r2.ebuild
Date: Mon, 03 Mar 2008 01:55:49
Message-Id: E1JVzu6-0007qS-Ff@stork.gentoo.org
1 ulm 08/03/03 01:55:46
2
3 Modified: emacs-cvs-23.0.60-r2.ebuild
4 Log:
5 Fix typo.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.11&r2=1.12
14
15 Index: emacs-cvs-23.0.60-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- emacs-cvs-23.0.60-r2.ebuild 28 Feb 2008 05:51:56 -0000 1.11
22 +++ emacs-cvs-23.0.60-r2.ebuild 3 Mar 2008 01:55:45 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.11 2008/02/28 05:51:56 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.12 2008/03/03 01:55:45 ulm Exp $
28
29 ECVS_AUTH="pserver"
30 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
31 @@ -140,7 +140,7 @@
32 myconf="${myconf} $(use_with xft freetype) $(use_with xft)"
33
34 if use xft; then
35 - myconf="${myconf} $(use-with m17n-lib libotf)"
36 + myconf="${myconf} $(use_with m17n-lib libotf)"
37 myconf="${myconf} $(use_with m17n-lib m17n-flt)"
38 else
39 myconf="${myconf} --without-libotf --without-m17n-flt"
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list