On Wednesday 02 March 2005 17:25, Neil Bothwick wrote:

> vanilla-sources-2.6.11 is hard masked. It is ready for when 2.6 becomes
> the default kernel with the 2005.0 release; vanilla-sources and
> gentoo-sources will replace development-source and gentoo-dev-sources
> respectively.

Since they really point to the same packages, if one is already using 
development-sources and linux26-headers, it's possible to have them with the 
new names, using an appropriate /etc/portage/package.unmask file.

That's what I did (sort of mini-howto, "Works For Me" (tm), FWIW):

- I had development-sources-2.6.11_rc5 and linux26-headers-2.6.8.1-r2

- emerge -C development-sources 
- emerge -C linux26-headers

- echo "sys-kernel/vanilla-sources ~x86" >> /etc/portage/package.keywords
- echo "sys-kernel/linux-headers ~x86" >> /etc/portage/package.keywords
(just changed the old development-sources and linux26-headers entries)

- echo "sys-kernel/vanilla-sources" >> /etc/portage/package.unmask
- echo "<=sys-kernel/linux-headers-2.6.8.1-r2" >> /etc/portage/package.unmask
(the latter I did since I don't want linux-headers-2.6.10 yet)

- emerge linux-headers     (brings in linux headers 2.6.8.1-r2)
- emerge vanilla-sources   (brings in linux-2.6.11_rc5)

and I have the same setup as before, but with the new names.

-- 
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
--
gentoo-user@gentoo.org mailing list

Reply via email to