Install this version:
emerge -a =app-doc/linux-kernel-in-a-nutshell-1-r2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-doc/linux-kernel-in-a-nutshell-1-r2
Or alternatively:
emerge --autounmask-write -a =app-doc/linux-kernel-in-a-nutshell-1-r2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1-r2 | 8 | ~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick Reference"
HOMEPAGE="http://www.kroah.com/lkn/"
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2"
S="${WORKDIR}"
LICENSE="CC-BY-SA-2.5"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
src_install() {
docinto pdf
dodoc -r lkn_pdf/*
docinto xml
dodoc -r lkn_xml/*
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lkn_pdf.tar.bz2 | 3533339 bytes | https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2 |
| DIST | lkn_xml.tar.bz2 | 1058278 bytes | https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2 |