diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:04:34 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:04:34 +0000 |
commit | 9f08cf8cd34e3591d78d523c0c8c95ce296f49d5 (patch) | |
tree | 23857325d4482f39cbfd0c0d96fbcfc253b31c49 /eclass/font.eclass | |
parent | cleanup pkg_setup graphical warning (diff) | |
download | historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.tar.gz historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.tar.bz2 historical-9f08cf8cd34e3591d78d523c0c8c95ce296f49d5.zip |
Remove virtual/x11 depends in some eclasses
Diffstat (limited to 'eclass/font.eclass')
-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 00d82ec940a2..8d39a86efbbb 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.21 2006/10/30 06:13:48 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.22 2007/03/26 20:04:34 genstef Exp $ # Author: foser <foser@gentoo.org> @@ -26,7 +26,7 @@ DOCS="" # Docs to install IUSE="X" -DEPEND="X? ( || ( x11-apps/mkfontdir virtual/x11 ) ) +DEPEND="X? ( x11-apps/mkfontdir ) media-libs/fontconfig" # |