summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-08-19 10:34:22 +0000
committerPeter Volkov <pva@gentoo.org>2008-08-19 10:34:22 +0000
commit688c9ad4d577157f6c4c43632785f55b97ff6c5e (patch)
treed6ee8d14764251025286cabb9311914a668d069e /eclass
parentFixed typo in sed expression, thank Tiago for report. (diff)
downloadgentoo-2-688c9ad4d577157f6c4c43632785f55b97ff6c5e.tar.gz
gentoo-2-688c9ad4d577157f6c4c43632785f55b97ff6c5e.tar.bz2
gentoo-2-688c9ad4d577157f6c4c43632785f55b97ff6c5e.zip
Added media-fonts/encodings into DEPEND as it's required for x11-apps/mkfontdir to work correctly.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/font.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 8661b3337088..0a736efbc0b0 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.38 2008/06/21 06:12:45 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.39 2008/08/19 10:34:22 pva Exp $
# @ECLASS: font.eclass
# @MAINTAINER:
@@ -47,7 +47,8 @@ DOCS=""
IUSE="X"
-DEPEND="X? ( x11-apps/mkfontdir )
+DEPEND="X? ( x11-apps/mkfontdir
+ media-fonts/encodings )
media-libs/fontconfig"
#