Gentoo Archives: gentoo-dev

From: Thomas de Grenier de Latour <degrenier@×××××××××××.fr>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] xorg-server 1.0.99/1.1 ABI break
Date: Tue, 18 Apr 2006 01:27:42
Message-Id: 20060418032630.0d8f957d@eusebe
In Reply to: Re: [gentoo-dev] xorg-server 1.0.99/1.1 ABI break by Donnie Berkholz
1 On Mon, 17 Apr 2006 17:48:07 -0700,
2 Donnie Berkholz <spyderous@g.o> wrote:
3
4 > > - at the opposite of the xorg-x11 meta ebuild, a pkg_setup check
5 > > xorg-server ("if hasq ati $VIDEO_CARDS; then eerror ...") makes
6 > > sense, since it would die at the right time, before the drivers
7 > > updates.
8 >
9 > FYI, the video cards stuff makes use of USE_EXPAND. This means that we
10 > don't use has/hasq, we do 'use video_cards_ati'.
11
12 Yup, actually i knew but here we don't want "video_cards_ati" in IUSE
13 (would be confusing in "emerge -p" since it's not a valid value), hence
14 the 'hasq' to avoid the QA notice :)
15
16 But maybe you're right, "use ... 2>/dev/null" would be simpler.
17
18 --
19 TGL.
20 --
21 gentoo-dev@g.o mailing list