Install this version:
emerge -a =app-admin/fatrace-0.19.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/fatrace-0.19.1
Or alternatively:
emerge --autounmask-write -a =app-admin/fatrace-0.19.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.19.1 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="report system wide file access events"
HOMEPAGE="https://github.com/martinpitt/fatrace"
SRC_URI="https://github.com/martinpitt/fatrace/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="powertop"
RDEPEND="powertop? ( sys-power/powertop )"
src_install() {
dosbin fatrace
doman fatrace.8
use powertop && dosbin power-usage-report
}
Manage flags for this package:
euse -i <flag> -p app-admin/fatrace |
euse -E <flag> -p app-admin/fatrace |
euse -D <flag> -p app-admin/fatrace
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fatrace-0.19.1.tar.gz | 32918 bytes | https://github.com/martinpitt/fatrace/archive/0.19.1/fatrace-0.19.1.tar.gz |