Install this version:
emerge -a =sys-kernel/xanmod-sources-6.1.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/xanmod-sources-6.1.8
Or alternatively:
emerge --autounmask-write -a =sys-kernel/xanmod-sources-6.1.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.1.8 | 8 | ~amd64 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This ebuild is picked from gentoobr
EAPI="8"
ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="11"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
XANMOD_VERSION="1"
XANMOD_URI="https://github.com/xanmod/linux/releases/download/"
HOMEPAGE="https://xanmod.org"
LICENSE+=" CDDL"
KEYWORDS="~amd64"
inherit kernel-2
detect_version
DESCRIPTION="kernel sources including xanmod, gentoo and cjktty patches."
SRC_URI="
${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz
${XANMOD_URI}/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz
https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v${KV_MAJOR}.x/cjktty-${KV_MAJOR}.${KV_MINOR}.patch
${GENPATCHES_URI}"
UNIPATCH_LIST+=" ${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz ${DISTDIR}/cjktty-${KV_MAJOR}.${KV_MINOR}.patch "
# excluding all minor kernel revision patches; XanMod will take care of that
UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 1*_linux-${KV_MAJOR}.${KV_MINOR}.*.patch"