diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-30 23:12:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-30 23:12:07 +0000 |
commit | 9356e2161ffe4b83952cdeb633abbd1298db5c53 (patch) | |
tree | 76d5a1d4997319b316b9cf27fef297977878a7fa /eclass | |
parent | Third times a charm. Readding .32 to unbreak mjpegtools. (Manifest recommit) (diff) | |
download | gentoo-2-9356e2161ffe4b83952cdeb633abbd1298db5c53.tar.gz gentoo-2-9356e2161ffe4b83952cdeb633abbd1298db5c53.tar.bz2 gentoo-2-9356e2161ffe4b83952cdeb633abbd1298db5c53.zip |
Added missing ? after !moznoxft in DEPEND.
Diffstat (limited to '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 b2abcba467f8..8cc8d6bf8746 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.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/mozconfig.eclass,v 1.3 2004/11/16 16:00:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.4 2004/11/30 23:12:07 swegener Exp $ # # mozconfig.eclass: the new mozilla.eclass @@ -14,7 +14,7 @@ case ${PN} in esac RDEPEND="virtual/x11 - !moznoxft ( virtual/xft ) + !moznoxft? ( virtual/xft ) >=media-libs/fontconfig-2.1 >=sys-libs/zlib-1.1.4 >=media-libs/jpeg-6b |