sys-apps/ethtool - 6.19 (gentoo)

Search

Install

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

Package Information

Description:
Utility for examining and tuning ethernet-based network interfaces
Homepage:
https://www.kernel.org/pub/software/network/ethtool/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
6.19 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# 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)
}

USE Flags

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

Global/Standard Flags

netlink
Default: Enabled (+)

Dependencies

DEPEND

netlink? ( net-libs/libmnl )

RDEPEND

netlink? ( net-libs/libmnl )

BDEPEND

	app-arch/xz-utils
	netlink? ( virtual/pkgconfig )

Manifest for 6.19

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