diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-10-23 20:53:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-10-23 20:53:13 +0000 |
commit | c96c38fe96f5143c3418ca1fc1737b1edbf5a16b (patch) | |
tree | 5e5174f6e5ca6c8f95c633cf677a5c264a6db47d /eclass | |
parent | Remove old. (diff) | |
download | historical-c96c38fe96f5143c3418ca1fc1737b1edbf5a16b.tar.gz historical-c96c38fe96f5143c3418ca1fc1737b1edbf5a16b.tar.bz2 historical-c96c38fe96f5143c3418ca1fc1737b1edbf5a16b.zip |
DEPEND on font-util in fonts. That should fix bugs #338411 and #313595.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 2c201945e1aa..31a47cc5946d 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.13 2010/09/27 09:40:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.14 2010/10/23 20:53:13 mgorny Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -113,6 +113,7 @@ if [[ ${FONT} == yes ]]; then x11-apps/mkfontscale x11-apps/mkfontdir" PDEPEND+=" media-fonts/font-alias" + DEPEND+=" >=media-fonts/font-util-1.1.1-r1" # @ECLASS-VARIABLE: FONT_DIR # @DESCRIPTION: |