David Wilde wrote:
> 
> I'm trying to emerge hylafax onto a system that I am planning on setting up
> as a headless fax server.  My problem is that even if I set USE="-X" it
> still wants to emerge X, GTK+, etc.  I have traced the problem to
> ghostscript and have looked at the ebuild file.  The IUSE variable is set to
> IUSE="X cups gnome cjk".  Does the IUSE variable supersede the USE variable?
...

You have to look at DEPEND (IUSE only states which USE flags are
evaluated):

DEPEND="virtual/glibc
    >=media-libs/jpeg-6b
    >=media-libs/libpng-1.2.1
    >=sys-libs/zlib-1.1.4
    X? ( virtual/x11 )
    gnome? ( >=media-gfx/gimp-print-4.2.1 )"

--
[EMAIL PROTECTED] mailing list

Reply via email to