Install this version:
emerge -a =sys-kernel/installkernel-wsl-0.0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/installkernel-wsl-0.0.5
Or alternatively:
emerge --autounmask-write -a =sys-kernel/installkernel-wsl-0.0.5
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..15} )
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO="https://github.com/Tatsh/installkernel-wsl"
inherit distutils-r1 pypi
DESCRIPTION="installkernel for WSL 2."
HOMEPAGE="
https://github.com/Tatsh/installkernel-wsl
https://pypi.org/project/installkernel-wsl/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND=">=dev-python/bascom-0.1.2[${PYTHON_USEDEP}]
>=dev-python/click-8.3.2[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]"
BDEPEND="test? (
${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest
src_install() {
distutils-r1_src_install
doman "man/${PN}.1"
}
>=dev-python/bascom-0.1.2[] >=dev-python/click-8.3.2[] >=dev-python/typing-extensions-4.15.0[]
test? ( >=dev-python/bascom-0.1.2[] >=dev-python/click-8.3.2[] >=dev-python/typing-extensions-4.15.0[] dev-python/mock[] dev-python/pytest-mock[] )