diff options
author | Peter Volkov <pva@gentoo.org> | 2009-10-11 07:41:36 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-10-11 07:41:36 +0000 |
commit | aa4ecb305897136b57f594aaa439919a60acad96 (patch) | |
tree | fa8c0da0c33db5e708a470767e062002849565b6 /eclass | |
parent | Add fix from upstream for db issues #245370 by Graham Murray. Fix cross-comp... (diff) | |
download | historical-aa4ecb305897136b57f594aaa439919a60acad96.tar.gz historical-aa4ecb305897136b57f594aaa439919a60acad96.tar.bz2 historical-aa4ecb305897136b57f594aaa439919a60acad96.zip |
Dropped workaround for bug #278221: nothing was broken with stable fontconfig version and all unstable fontconfig versions now have the sandbox.d file.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |