--- font.eclass.orig 2013-04-16 10:01:23.212811663 +0400 +++ font.eclass 2013-04-16 10:04:50.930214839 +0400 @@ -55,8 +55,8 @@ x11-apps/mkfontdir media-fonts/encodings ) - >=media-libs/fontconfig-2.4.0" -RDEPEND="${DEPEND}" + !/dev/null - if [[ ${ROOT} == / ]]; then + if has_version media-libs/fontconfig && [[ ${ROOT} == / ]]; then ebegin "Updating global fontcache" fc-cache -fs eend $?