diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:09:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-04 22:09:06 +0000 |
commit | abefb05246ade584829b74ffa85a9f508c951df5 (patch) | |
tree | 97219923387c5189033e73daf7f151c0f5c76c31 /eclass/mozconfig.eclass | |
parent | Automated update of use.local.desc (diff) | |
download | historical-abefb05246ade584829b74ffa85a9f508c951df5.tar.gz historical-abefb05246ade584829b74ffa85a9f508c951df5.tar.bz2 historical-abefb05246ade584829b74ffa85a9f508c951df5.zip |
Change virtual/xft dependency to x11-libs/libXft, bug 253771.
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index fd94bd35cb84..1e0c18dc98f0 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.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/mozconfig.eclass,v 1.30 2007/03/12 11:57:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.31 2009/01/04 22:09:06 ulm Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -11,7 +11,7 @@ IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint" RDEPEND="x11-libs/libXrender x11-libs/libXt x11-libs/libXmu - !moznoxft? ( virtual/xft ) + !moznoxft? ( x11-libs/libXft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b |