diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:44:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:44:42 +0000 |
commit | 0e0b2b01206ac69dcaa03252ddeaf64de9eacab0 (patch) | |
tree | 3f8a043517cbeae98457e33b4b2d6878a7291a79 /eclass | |
parent | whitespace (diff) | |
download | gentoo-2-0e0b2b01206ac69dcaa03252ddeaf64de9eacab0.tar.gz gentoo-2-0e0b2b01206ac69dcaa03252ddeaf64de9eacab0.tar.bz2 gentoo-2-0e0b2b01206ac69dcaa03252ddeaf64de9eacab0.zip |
whitespace
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index 928fd1b10f5c..ac874c9b85f1 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.46 2009/09/13 04:47:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.47 2009/10/11 11:44:42 maekke Exp $ # @ECLASS: font.eclass # @MAINTAINER: @@ -169,7 +169,7 @@ font_pkg_postinst() { echo fi fi - + if has_version '>=media-libs/fontconfig-2.4'; then if [[ ${ROOT} == "/" ]]; then ebegin "Updating global fontcache" |