diff options
author | Sam James <sam@gentoo.org> | 2023-10-22 12:39:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-22 12:39:03 +0100 |
commit | aee7ac4bae5ea84a8f9cccc71d7f2fe54ce97622 (patch) | |
tree | 57770a41357e02552dafbae06c086d3815d5154d /sys-apps/ethtool | |
parent | sys-apps/ethtool: Stabilize 6.5 hppa, #916087 (diff) | |
download | gentoo-aee7ac4bae5ea84a8f9cccc71d7f2fe54ce97622.tar.gz gentoo-aee7ac4bae5ea84a8f9cccc71d7f2fe54ce97622.tar.bz2 gentoo-aee7ac4bae5ea84a8f9cccc71d7f2fe54ce97622.zip |
sys-apps/ethtool: Stabilize 6.5 amd64, #916087
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/ethtool')
-rw-r--r-- | sys-apps/ethtool/ethtool-6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/ethtool/ethtool-6.5.ebuild b/sys-apps/ethtool/ethtool-6.5.ebuild index bec2fcde9e3a..216b569687e8 100644 --- a/sys-apps/ethtool/ethtool-6.5.ebuild +++ b/sys-apps/ethtool/ethtool-6.5.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 )" |