diff options
author | 2024-07-17 05:55:08 +0100 | |
---|---|---|
committer | 2024-07-17 05:55:08 +0100 | |
commit | a76af5c288dc992b6de5618906241a8af03cbf7d (patch) | |
tree | 63b89eb278ae7b1c10c12b0f9cd7b981a27e69a6 /sys-apps/ethtool | |
parent | dev-debug/strace: Stabilize 6.9 x86, #936184 (diff) | |
download | gentoo-a76af5c288dc992b6de5618906241a8af03cbf7d.tar.gz gentoo-a76af5c288dc992b6de5618906241a8af03cbf7d.tar.bz2 gentoo-a76af5c288dc992b6de5618906241a8af03cbf7d.zip |
sys-apps/ethtool: Stabilize 6.9 amd64, #936185
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/ethtool')
-rw-r--r-- | sys-apps/ethtool/ethtool-6.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ethtool/ethtool-6.9.ebuild b/sys-apps/ethtool/ethtool-6.9.ebuild index 94a2eb0cff8d..2e52ef108267 100644 --- a/sys-apps/ethtool/ethtool-6.9.ebuild +++ b/sys-apps/ethtool/ethtool-6.9.ebuild @@ -9,7 +9,7 @@ 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" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv sparc ~x86" IUSE="+netlink" RDEPEND="netlink? ( net-libs/libmnl )" |