Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: Donnie Berkholz <spyderous@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ati-gatos and xfree-4.3.0-r4
Date: Tue, 10 Feb 2004 00:14:22
Message-Id: 4028209C.5090509@skylineaero.com
In Reply to: Re: [gentoo-dev] ati-gatos and xfree-4.3.0-r4 by Donnie Berkholz
1 Donnie Berkholz wrote:
2 > On Mon, 2004-02-09 at 18:59, Andrew Gaffney wrote:
3 >
4 >>I've noticed that the xfree-4.3.0-r4 ebuild appeared in the tree this afternoon.
5 >>Unforunately, now the requirement in ati-gatos is >=x11-base/xfree-4.3.0-r5. Did the
6 >>patches to make ati-gatos compile not go into -r4? Also, the warning about having the
7 >>'gatos' and 'sdk' USE flags is still there, even though the -r4 ebuild no longer supports
8 >>the gatos USE flag.
9 >
10 >
11 > The warning actually doesn't mention "gatos" -- read it closer. At least
12 > not in CVS.
13 >
14 > And yes, 4.3.0-r4 came out a little earlier and more minimal than
15 > expected, needed to get some security fixes in. Read the ChangeLog.
16
17 -rw-r--r-- 1 root root 2185 Feb 9 15:58 ati-gatos-4.3.0.ebuild
18
19 pkg_setup() {
20 if [ ! "`grep gatos /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ]
21 then
22 ewarn "This package requires that xfree was merged with the gatos USE
23 flag enabled."
24 die "Please merge xfree with the gatos and sdk USE flags enabled."
25 fi
26 }
27
28 --
29 Andrew Gaffney
30 Network Administrator
31 Skyline Aeronautics, LLC.
32 636-357-1548
33
34
35 --
36 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ati-gatos and xfree-4.3.0-r4 Donnie Berkholz <spyderous@g.o>