diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-30 20:44:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-30 20:44:05 +0000 |
commit | c0b59043e1e3c1ab7ca89ccd864889fd91fb416a (patch) | |
tree | b9989a2d2b9f3d3acb02573d5b7bd4ae1c422c76 /eclass | |
parent | fix SRC_URI/digest (Manifest recommit) (diff) | |
download | gentoo-2-c0b59043e1e3c1ab7ca89ccd864889fd91fb416a.tar.gz gentoo-2-c0b59043e1e3c1ab7ca89ccd864889fd91fb416a.tar.bz2 gentoo-2-c0b59043e1e3c1ab7ca89ccd864889fd91fb416a.zip |
Added missing ? after !moznoxft in depency.
Diffstat (limited to '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 0cdd646bd99a..848558d6be71 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.24 2004/11/13 23:23:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.25 2004/11/30 20:44:05 swegener Exp $ # # You probably don't want to change this eclass. Newer ebuilds use # mozconfig.eclass instead. @@ -17,7 +17,7 @@ IUSE="${IUSE} moznoxft" IUSE="${IUSE} mozsvg" RDEPEND="virtual/x11 - !moznoxft ( virtual/xft ) + !moznoxft? ( virtual/xft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b |