diff options
author | 2009-01-04 22:09:06 +0000 | |
---|---|---|
committer | 2009-01-04 22:09:06 +0000 | |
commit | abefb05246ade584829b74ffa85a9f508c951df5 (patch) | |
tree | 97219923387c5189033e73daf7f151c0f5c76c31 /eclass/mozilla.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/mozilla.eclass')
-rw-r--r-- | eclass/mozilla.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass index 5ef11d48c493..eff6790a3339 100644 --- a/eclass/mozilla.eclass +++ b/eclass/mozilla.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/mozilla.eclass,v 1.33 2007/03/26 20:19:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.34 2009/01/04 22:09:06 ulm Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -15,7 +15,7 @@ IUSE="${IUSE} moznoxft" IUSE="${IUSE} mozsvg" RDEPEND=" - !moznoxft? ( virtual/xft ) + !moznoxft? ( x11-libs/libXft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b |