On Mon, 17 Apr 2006 17:48:07 -0700,
Donnie Berkholz <[EMAIL PROTECTED]> wrote:
> > - at the opposite of the xorg-x11 meta ebuild, a pkg_setup check
> > xorg-server ("if hasq ati $VIDEO_CARDS; then eerror ...") makes
> > sense, since it would die at the right time, before the drivers
> > updates.
>
> FYI, the video cards stuff makes use of USE_EXPAND. This means that we
> don't use has/hasq, we do 'use video_cards_ati'.
Yup, actually i knew but here we don't want "video_cards_ati" in IUSE
(would be confusing in "emerge -p" since it's not a valid value), hence
the 'hasq' to avoid the QA notice :)
But maybe you're right, "use ... 2>/dev/null" would be simpler.
--
TGL.
--
[email protected] mailing list