Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Tue, 06 Jan 2009 19:24:09
Message-Id: E1LKHX4-0002yY-JK@stork.gentoo.org
1 grobian 09/01/06 19:24:06
2
3 Modified: font.eclass
4 Log:
5 Remove seemingly stray comment
6
7 Revision Changes Path
8 1.42 eclass/font.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.42&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.42&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?r1=1.41&r2=1.42
13
14 Index: font.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v
17 retrieving revision 1.41
18 retrieving revision 1.42
19 diff -u -r1.41 -r1.42
20 --- font.eclass 2 Jan 2009 09:42:26 -0000 1.41
21 +++ font.eclass 6 Jan 2009 19:24:06 -0000 1.42
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.41 2009/01/02 09:42:26 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.42 2009/01/06 19:24:06 grobian Exp $
27
28 # @ECLASS: font.eclass
29 # @MAINTAINER:
30 @@ -81,7 +81,6 @@
31 if ! has_version '>=media-libs/fontconfig-2.4'; then
32 # create fontconfig cache
33 einfo "Creating fontconfig cache ..."
34 - # Mac OS X has fc-cache at /usr/X11R6/bin
35 fc-cache -sf "${D}${FONTDIR}"
36 fi
37 }