View previous topic :: View next topic |
Author |
Message |
BA53 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Sep 2004 Posts: 15
|
Posted: Sun Sep 26, 2004 4:26 pm Post subject: emerge wants to install gentoo-sources |
|
|
Hi,
I have gentoo-dev-sorces (2.6.8-r3) as kernel, nvidia-kernel (1.0.6111-r1) and nvidia-glx (1.0.6111).
When I do a emerge --pretend --update world he wants to downgrade the nvidia drives (its ok because I installed them with ACCEPT_KEYOWRDS="~x86". because the old ones didn't work for me) and install the other kernel.
Code: |
baselinux root # emerge --pretend --update world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.4.26-r9
[ebuild N ] media-video/nvidia-kernel-1.0.5336-r4
[ebuild UD] media-video/nvidia-glx-1.0.5336-r2 [1.0.6111]
|
How can I tell him not to do this? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Kovid Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 25 Aug 2003 Posts: 217 Location: California, USA
|
Posted: Sun Sep 26, 2004 4:35 pm Post subject: |
|
|
emerge -puUv world |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
BA53 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 26 Sep 2004 Posts: 15
|
Posted: Sun Sep 26, 2004 4:49 pm Post subject: |
|
|
--upgradeonly (-U short option)
ah thank you didn't see that function |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oumpah-pah Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/743855687425ffcbfe320d.jpg)
Joined: 18 Jul 2004 Posts: 575 Location: Lausanne, Switzerland
|
Posted: Sun Sep 26, 2004 5:31 pm Post subject: |
|
|
If you want to keep some unstable packages on your system, you should add them in /etc/portage/package.keywords (create it if you don't have it):
Quote: | media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86 |
Now you can
and it will act just the way it should. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|