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 | 51397e605a8ee9d1d8c2b1029bd8af37b9d0ad0b (patch) | |
tree | e290d880aa3ec6740c9b247d3b23802ec17fa07b /eclass/x-modular.eclass | |
parent | Add fix from upstream for db issues #245370 by Graham Murray. Fix cross-comp... (diff) | |
download | gentoo-2-51397e605a8ee9d1d8c2b1029bd8af37b9d0ad0b.tar.gz gentoo-2-51397e605a8ee9d1d8c2b1029bd8af37b9d0ad0b.tar.bz2 gentoo-2-51397e605a8ee9d1d8c2b1029bd8af37b9d0ad0b.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/x-modular.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 \ |