Install this version:
emerge -a =sys-fs/overlayfs-tools-20260415
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-fs/overlayfs-tools-20260415
Or alternatively:
emerge --autounmask-write -a =sys-fs/overlayfs-tools-20260415
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20260415 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
if [[ "${PV}" -eq "20260415" ]]; then
PSHA="11ed6b4776bb9c68cf76652321e754c19549b58a"
fi
DESCRIPTION="Maintenance tools for overlay-filesystem"
HOMEPAGE="https://github.com/kmxz/overlayfs-tools"
SRC_URI="https://github.com/whole-tale/overlayfs-tools/archive/${PSHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PSHA}"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | overlayfs-tools-20260415.tar.gz | 39060 bytes | https://github.com/whole-tale/overlayfs-tools/archive/11ed6b4776bb9c68cf76652321e754c19549b58a.tar.gz |