19 lines
299 B
Bash
19 lines
299 B
Bash
# Copyright 1999-2017 Dustin C. Hatch
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit dchkernel
|
|
|
|
DESCRIPTION="Kernel for ${PN#*-}"
|
|
HOMEPAGE=""
|
|
SRC_URI=""
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE="modules"
|
|
|
|
DEPEND="app-arch/lz4
|
|
sys-kernel/linux-firmware"
|