Gentoo Archives: gentoo-user

From: Dave Jones <Dave.Jones@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NVIDIA updating weirdness
Date: Sat, 25 Mar 2006 11:57:32
Message-Id: 44252DE8.50001@xs4all.nl
In Reply to: Re: [gentoo-user] NVIDIA updating weirdness by Jorge Almeida
1 Jorge Almeida wrote on 03/25/06 11:16:
2 > On Sat, 25 Mar 2006, Dave Jones wrote:
3 >> Jorge Almeida wrote on 03/25/06 10:00:
4 >>> $ cat /etc/portage/package.mask
5 >>> >media-video/nvidia-kernel-1.0.7676
6 >>> >media-video/nvidia-glx-1.0.7676-r1
7
8 >> nvidia-kernel-1.0.8178-r3 is the current ~x86 version, and works fine
9 >> with gentoo-sources-2.6.15-r1.
10
11 >> Try removing the specific version numbers from your package.mask to get
12 >> the latest version.
13
14 > I did what you say and it really wants to emerge the new versions (only
15 > did it with --pretend yet). But I still don't understand: what's the
16 > meaning of ">" in the beginning of each line in
17 > /etc/portage/package.mask? I thought it means that the version should be
18 > 1.0.7676 or _newer_? Am I wrong?
19
20 With the > you're masking out *all* versions *higher* that 1.0.7676-r1,
21 which is probably not what you want.
22
23 If you want to mask out a specific version, do that with an = in front
24 of the version.
25
26 Dave
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] NVIDIA updating weirdness Jorge Almeida <jalmeida@××××××××××××.pt>