diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild index 162eb5e5c20c..8eb1f22922df 100644 --- a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild +++ b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild @@ -7,16 +7,11 @@ 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 ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" - -S="${WORKDIR}" src_install() { insinto /usr/share/doc/${PN}/pdf |