From aa4ecb305897136b57f594aaa439919a60acad96 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sun, 11 Oct 2009 07:41:36 +0000 Subject: Dropped workaround for bug #278221: nothing was broken with stable fontconfig version and all unstable fontconfig versions now have the sandbox.d file. --- eclass/x-modular.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'eclass') diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 4507aa884676..1615e25d2a7a 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.113 2009/09/19 21:19:29 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.114 2009/10/11 07:41:36 pva Exp $ # # @ECLASS: x-modular.eclass # @MAINTAINER: @@ -439,8 +439,6 @@ x-modular_src_install() { install \ || die else - # FIXME: Drop after X fonts stop running fc-cache during install, bug #278221 - [[ -n ${FONT} ]] && addpredict /var/cache/fontconfig make \ DESTDIR="${D}" \ install \ -- cgit v1.2.3-65-gdbad