Install this version:
emerge -a =app-misc/lfm-3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/lfm-3.1
Or alternatively:
emerge --autounmask-write -a =app-misc/lfm-3.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="ncurses"
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Last File Manager is a powerful file manager for the console"
HOMEPAGE="https://inigo.katxi.org/devel/lfm/"
SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
PATCHES=( "${FILESDIR}"/lfm-3.1-dont-error-on-wheel.patch )
src_prepare() {
default
sed -e '/data_files/d' -i setup.py || die
}
src_install() {
distutils-r1_src_install
doman ${PN}.1
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lfm-3.1.tar.gz | 88878 bytes | https://inigo.katxi.org/devel/lfm/lfm-3.1.tar.gz |