Gentoo Archives: gentoo-user

From: Jorge Almeida <jalmeida@××××××××××××.pt>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg.conf [SOLVED]
Date: Thu, 13 Oct 2005 08:44:04
Message-Id: Pine.LNX.4.63.0510130937270.29013@weber.math.ist.utl.pt
In Reply to: Re: [gentoo-user] xorg.conf [SOLVED] by Holly Bostick
1 On Thu, 13 Oct 2005, Holly Bostick wrote:
2
3 >
4 > The solution for your stated preference is to unmask the packages'
5 > keyword in /etc/portage/package.keywords, and mask all versions of the
6 > package above the one you have now, so that they do not appear if an
7 > update occurs and you do not want to update to a further unstable version:
8 >
9 > #echo 'media-video/nvidia-kernel ~x86' >>/etc/portage/package.keywords
10 > #echo 'media-video/nvidia-glx ~x86' >>/etc/portage/package.keywords
11 > #echo '>media-video/nvidia-kernel-1.0.7676' >>/etc/portage/package.mask
12 > #echo '>media-video/nvidia-glx-1.0.7676-r1' >>/etc/portage/package.mask
13 >
14 > You would of course have to keep an eye on the Portage tree so you would
15 > know when to remove the masks and unmask entries, but you could get
16 > through your daily life without having to re-emerge everything all the time.
17 >
18 OK, will do that. I don't do much emerge world, I usually just "-p"-it
19 and then emerge each package, that's why I didn't think of that.
20
21 Thank you (and to Christoph too).
22
23 Jorge
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] xorg.conf [SOLVED] Holly Bostick <motub@××××××.nl>