Install this version:
emerge -a =sys-kernel/msi-ec-20260809
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/msi-ec-20260809
Or alternatively:
emerge --autounmask-write -a =sys-kernel/msi-ec-20260809
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260809 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-mod-r1
DESCRIPTION="Kernel module for the embedded controller of MSI laptops."
HOMEPAGE="https://github.com/BeardOverflow/msi-ec"
SHA="d7fbbd88e6831e56801b860e46475cbf8ddbc7c1"
SRC_URI="https://github.com/BeardOverflow/msi-ec/archive/${SHA}.tar.gz -> ${P}-${SHA:0:7}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
MODULES_KERNEL_MAX=6.15
src_prepare() {
sed "s%\$(shell uname -r)%${KV_FULL}%g" -i Makefile || die
default
}
src_compile() {
local modlist=( "${PN}" )
local modargs=( clean modules )
linux-mod-r1_src_compile
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | msi-ec-20260809-d7fbbd8.tar.gz | 745482 bytes | https://github.com/BeardOverflow/msi-ec/archive/d7fbbd88e6831e56801b860e46475cbf8ddbc7c1.tar.gz |