|
Subject: IUSE variable clarification Newsgroups: gmane.linux.gentoo.devel Date: 2003-01-08 14:31:05 GMT (5 years, 39 weeks, 6 days, 11 hours and 25 minutes ago)
Hi,
I'm curious about what the IUSE flag should be set to in an ebuild.
Does it contain all possible values that the package could use or
should it contain conditional type statements? ie. If a package
needs ncurses, and could possibly use ipv6 and socks5 as a configure
option should it be
IUSE="ncurses ipv6 socks5"
where in the src_conf section it contains:
use ipv6 && "${myconf} --enable-ipv6"
use socks5 && "${myconf} --enable-socks5"
etc.
or something different?
--
burton samograd
kruhft <at> kruhft.dyndns.org
http://kruhftwerk.dyndns.org
|
|
|