diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:19:22 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-26 20:19:22 +0000 |
commit | ec5ba1dd268100515df8bb220fec1c0e7afe89af (patch) | |
tree | 51019a073e85a3c2a674ccfad75f508656b296c2 /eclass/mozilla.eclass | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.tar.gz gentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.tar.bz2 gentoo-2-ec5ba1dd268100515df8bb220fec1c0e7afe89af.zip |
Remove more virtual/x11 usages, nxserver is not marked as DEPRECATED in the header yet but unused. Leaving it for now
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 517bbdc50053..5ef11d48c493 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.32 2007/02/27 17:02:37 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.33 2007/03/26 20:19:22 genstef Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -14,7 +14,7 @@ IUSE="${IUSE} moznoxft" [[ ${PN} == mozilla ]] && \ IUSE="${IUSE} mozsvg" -RDEPEND="virtual/x11 +RDEPEND=" !moznoxft? ( virtual/xft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 |