Install this version:
emerge -a =sys-kernel/calculate-sources-6.18.50
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/calculate-sources-6.18.50
Or alternatively:
emerge --autounmask-write -a =sys-kernel/calculate-sources-6.18.50
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.18.50 | 7 | ~amd64 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
ETYPE="sources"
inherit calculate-kernel-8
DESCRIPTION="Calculate Linux kernel image"
HOMEPAGE="https://www.calculate-linux.org/"
SRC_URI="${KERNEL_URI} ${ARCH_URI}"
KEYWORDS="~amd64"
src_unpack() {
calculate-kernel-8_src_unpack
}
pkg_postinst() {
calculate-kernel-8_pkg_postinst
}