1. emerge -DuN --with-bdeps=y sys-kernel/gentoo-sources

  2. eselect kernel list ; eselect kernel set 2

  3. cd /usr/src/linux ; pwd -P

  4. uname -r ; ls /boot | grep config

  5. cp /boot/config-3.14.14-gentoo /usr/src/linux/.config

  6. cd /usr/src/linux ; make oldconfig

  7. make menuconfig (optional)

  8. make -j5

  9. make modules_install; make install

  10. update grub or lilo config to point to new kernel version.