summaryrefslogtreecommitdiff
path: root/eclass
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
commit0b9ecc4368bfbb505a0c9ae2e5091d52e43eb957 (patch)
tree7540d6be8de9d2e701b7cde1cea7c081cad1b8fc /eclass
parentRemove myself from metadata.xml. It's actively maintained now and any (diff)
downloadgentoo-2-0b9ecc4368bfbb505a0c9ae2e5091d52e43eb957.tar.gz
gentoo-2-0b9ecc4368bfbb505a0c9ae2e5091d52e43eb957.tar.bz2
gentoo-2-0b9ecc4368bfbb505a0c9ae2e5091d52e43eb957.zip
Remove seemingly stray comment
Diffstat (limited to '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
}