Install this version:
emerge -a =sys-kernel/amneziawg-sources-20250801
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-kernel/amneziawg-sources-20250801
Or alternatively:
emerge --autounmask-write -a =sys-kernel/amneziawg-sources-20250801
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20250801 | 8 | amd64 | 0 |
# Copyright 2025 RomikB
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Gentoo Kernel sources for AmneziaWG Linux kernel module"
HOMEPAGE="https://github.com/amnezia-vpn/amneziawg-linux-kernel-module"
SRC_URI="https://github.com/RomikB/gentoo-repository-deps/raw/main/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
src_install() {
local install_dir=/usr/src/${PN}
mkdir -p "${ED}${install_dir}" || die
cp -R . "${ED}${install_dir}"/ || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | amneziawg-sources-20250801.tar.xz | 48676 bytes | https://github.com/RomikB/gentoo-repository-deps/raw/main/amneziawg-sources-20250801.tar.xz |