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 | b3388a7717adf3030f8be19cf4b43c0c396be9a8 (patch) | |
tree | 70abe13ce103eddf66d3225d8fc72a5c46439d28 /eclass | |
parent | fix SRC_URI/digest (diff) | |
download | historical-b3388a7717adf3030f8be19cf4b43c0c396be9a8.tar.gz historical-b3388a7717adf3030f8be19cf4b43c0c396be9a8.tar.bz2 historical-b3388a7717adf3030f8be19cf4b43c0c396be9a8.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 |