diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-13 05:08:37 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-12-13 05:08:37 +0000 |
commit | 91f9d16a7e6afce0bb9b6464fb3f3074d968e84b (patch) | |
tree | b081699e783ae4d392f91e8e72583f1400b92bf5 | |
parent | Bug #101052, pic abuses fixed with bump. (diff) | |
download | historical-91f9d16a7e6afce0bb9b6464fb3f3074d968e84b.tar.gz historical-91f9d16a7e6afce0bb9b6464fb3f3074d968e84b.tar.bz2 historical-91f9d16a7e6afce0bb9b6464fb3f3074d968e84b.zip |
Add modular X dependencies.
-rw-r--r-- | eclass/font.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index ddbcdb42ff7d..aec9a4a1c3c2 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.16 2005/08/16 06:38:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.17 2005/12/13 05:08:37 spyderous Exp $ # Author: foser <foser@gentoo.org> @@ -23,7 +23,7 @@ DOCS="" # Docs to install IUSE="X" -DEPEND="X? ( virtual/x11 ) +DEPEND="X? ( || ( x11-apps/mkfontdir virtual/x11 ) ) media-libs/fontconfig" # |