2020-04-29 23:51:52 +02:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI="6"
|
|
|
|
ETYPE="sources"
|
|
|
|
K_WANT_GENPATCHES="base extras"
|
|
|
|
K_GENPATCHES_VER="2"
|
|
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
|
|
K_NOSETEXTRAVERSION="1"
|
|
|
|
|
2020-05-10 16:00:15 +02:00
|
|
|
inherit kernel-2-src-prepare-overlay
|
2020-04-29 23:51:52 +02:00
|
|
|
detect_version
|
|
|
|
detect_arch
|
|
|
|
|
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
|
|
|
HOMEPAGE="https://github.com/zen-kernel"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DESCRIPTION="Liquorix sources including the Gentoo patchsets for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
|
|
|
LIQUORIX_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-lqx1/v${PV}-lqx1.patch.xz"
|
|
|
|
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${LIQUORIX_URI}"
|
|
|
|
|
|
|
|
UNIPATCH_LIST="${DISTDIR}/v${PV}-lqx1.patch.xz"
|
|
|
|
UNIPATCH_STRICTORDER="yes"
|