summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-01-06 19:24:06 +0000
committerFabian Groffen <grobian@gentoo.org>2009-01-06 19:24:06 +0000
commit57f423b0e0dabcbe03209a5411d750aa69e9fedd (patch)
tree2c0e04b4a786b39932c9e06e21cec81d1557c3e4 /eclass/font.eclass
parentRemove myself from metadata.xml. It's actively maintained now and any (diff)
downloadhistorical-57f423b0e0dabcbe03209a5411d750aa69e9fedd.tar.gz
historical-57f423b0e0dabcbe03209a5411d750aa69e9fedd.tar.bz2
historical-57f423b0e0dabcbe03209a5411d750aa69e9fedd.zip
Remove seemingly stray comment
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r--eclass/font.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index be0fa1beae11..df741c4e38c4 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.41 2009/01/02 09:42:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.42 2009/01/06 19:24:06 grobian Exp $
# @ECLASS: font.eclass
# @MAINTAINER:
@@ -81,7 +81,6 @@ font_xft_config() {
if ! has_version '>=media-libs/fontconfig-2.4'; then
# create fontconfig cache
einfo "Creating fontconfig cache ..."
- # Mac OS X has fc-cache at /usr/X11R6/bin
fc-cache -sf "${D}${FONTDIR}"
fi
}