Install this version:
emerge -a =net-analyzer/flent-2.2.0-r3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-analyzer/flent-2.2.0-r3
Or alternatively:
emerge --autounmask-write -a =net-analyzer/flent-2.2.0-r3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.0-r3 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 xdg
DESCRIPTION="The FLExible Network Tester"
HOMEPAGE="https://flent.org/"
SRC_URI="https://github.com/tohojo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+gui"
PATCHES="
${FILESDIR}/${P}-fix-deprecated-QDockWidget-AllDockWidgetFeatures.patch
${FILESDIR}/${P}-Update-backend-for-matplotlib-3.10.patch
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
gui? (
>=dev-python/matplotlib-3.10.0[${PYTHON_USEDEP}]
dev-python/pyqt6[${PYTHON_USEDEP}] )
net-analyzer/netperf[demo]
net-misc/iperf
net-analyzer/fping
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
distutils_enable_tests unittest
src_prepare () {
default
sed -i -e "s#share/doc/${PN}#share/doc/${PF}#g" setup.py || die "Sed failed!"
}
Manage flags for this package:
euse -i <flag> -p net-analyzer/flent |
euse -E <flag> -p net-analyzer/flent |
euse -D <flag> -p net-analyzer/flent
dev-python/setuptools[]
gui? ( >=dev-python/matplotlib-3.10.0[] dev-python/pyqt6[] ) net-analyzer/netperf[demo] net-misc/iperf net-analyzer/fping