Install this version:
emerge -a =sys-apps/ethtool-6.19
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/ethtool-6.19
Or alternatively:
emerge --autounmask-write -a =sys-apps/ethtool-6.19
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.19 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="+netlink"
RDEPEND="netlink? ( net-libs/libmnl )"
DEPEND="${RDEPEND}"
BDEPEND="
app-arch/xz-utils
netlink? ( virtual/pkgconfig )
"
src_configure() {
econf $(use_enable netlink)
}
Manage flags for this package:
euse -i <flag> -p sys-apps/ethtool |
euse -E <flag> -p sys-apps/ethtool |
euse -D <flag> -p sys-apps/ethtool
netlink? ( net-libs/libmnl )
netlink? ( net-libs/libmnl )
app-arch/xz-utils netlink? ( virtual/pkgconfig )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ethtool-6.19.tar.xz | 450548 bytes | https://www.kernel.org/pub/software/network/ethtool/ethtool-6.19.tar.xz |