| View previous topic :: View next topic |
| Author |
Message |
creiss Tux's lil' helper


Joined: 21 Sep 2006 Posts: 97 Location: Dortmund
|
Posted: Mon Mar 24, 2008 12:38 pm Post subject: [solved] Force version |
|
|
Hey all,
how can I force using kernel gentoo-sources-2.6.23-r9?
I tried putting
| Code: |
<=sys-kernel/gentoo-sources-2.6.23-r9 ~amd64
|
or
| Code: |
<=sys-kernel/gentoo-sources-2.6.23-r9
|
or
| Code: |
=sys-kernel/gentoo-sources-2.6.23-r9 ~amd64
|
or
| Code: |
=sys-kernel/gentoo-sources-2.6.23-r9
|
into the /etc/portage/package.keywords file, but it still wants to emerge a higher version.
Any help would be awesome!
-Christian. _________________ Registered Linux User #38359 (http://counter.li.org)
Last edited by creiss on Mon Mar 24, 2008 1:09 pm; edited 1 time in total |
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9317 Location: Córdoba (Spain)
|
Posted: Mon Mar 24, 2008 12:51 pm Post subject: |
|
|
What you want is
| Code: |
>sys-kernel/gentoo-sources-2.6.23-r9
|
In package.mask instead. _________________ Gentoo Handbook |
|
| Back to top |
|
 |
creiss Tux's lil' helper


Joined: 21 Sep 2006 Posts: 97 Location: Dortmund
|
Posted: Mon Mar 24, 2008 12:52 pm Post subject: |
|
|
| i92guboj wrote: | What you want is
| Code: |
>sys-kernel/gentoo-sources-2.6.23-r9
|
In package.mask instead. |
But wouldn't that mean ">" larger, as in "this version, or later one if you have"? _________________ Registered Linux User #38359 (http://counter.li.org) |
|
| Back to top |
|
 |
i92guboj Moderator


Joined: 30 Nov 2004 Posts: 9317 Location: Córdoba (Spain)
|
Posted: Mon Mar 24, 2008 1:02 pm Post subject: |
|
|
| creiss wrote: | | i92guboj wrote: | What you want is
| Code: |
>sys-kernel/gentoo-sources-2.6.23-r9
|
In package.mask instead. |
But wouldn't that mean ">" larger, as in "this version, or later one if you have"? |
That means "mask all versions of this package that are greater than this version". Note that this is package.mask, not package.keywords nor package.unmask.
As a consequence of masking all the versions above that, this will be the greatest version available of this package, so, it will be the one that portage will emerge. _________________ Gentoo Handbook |
|
| Back to top |
|
 |
creiss Tux's lil' helper


Joined: 21 Sep 2006 Posts: 97 Location: Dortmund
|
Posted: Mon Mar 24, 2008 1:10 pm Post subject: |
|
|
A'ight,
Thank you
-Christian. _________________ Registered Linux User #38359 (http://counter.li.org) |
|
| Back to top |
|
 |
|