diff options
author | Sam James <sam@gentoo.org> | 2023-11-24 23:08:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-24 23:09:07 +0000 |
commit | f9e527a5fe115f387288b529f2c6fee442844239 (patch) | |
tree | 6d416e96a87254125696f478c5f2c1ed921e1415 /sys-apps/ethtool/ethtool-6.1.ebuild | |
parent | sys-apps/ethtool: add 6.6 (diff) | |
download | gentoo-f9e527a5fe115f387288b529f2c6fee442844239.tar.gz gentoo-f9e527a5fe115f387288b529f2c6fee442844239.tar.bz2 gentoo-f9e527a5fe115f387288b529f2c6fee442844239.zip |
sys-apps/ethtool: drop 5.15, 5.19, 6.1, 6.2, 6.3, 6.4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/ethtool/ethtool-6.1.ebuild')
-rw-r--r-- | sys-apps/ethtool/ethtool-6.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/ethtool/ethtool-6.1.ebuild b/sys-apps/ethtool/ethtool-6.1.ebuild deleted file mode 100644 index 108ad5e44c50..000000000000 --- a/sys-apps/ethtool/ethtool-6.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 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 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86" -IUSE="+netlink" - -RDEPEND="netlink? ( net-libs/libmnl )" -DEPEND="${RDEPEND}" -BDEPEND="app-arch/xz-utils" - -PATCHES=( - "${FILESDIR}"/${P}-musl.patch -) - -src_configure() { - econf $(use_enable netlink) -} |