sys-apps/ethtool - 6.15 (gentoo)

Search

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.15 8 ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 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

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.15

Type File Size Source URLs
DIST ethtool-6.15.tar.xz 444060 bytes https://www.kernel.org/pub/software/network/ethtool/ethtool-6.15.tar.xz