diff options
author | 2024-01-17 05:31:15 +0000 | |
---|---|---|
committer | 2024-01-17 05:32:17 +0000 | |
commit | 99527b8c51f010df917805b1548847c682090a7d (patch) | |
tree | 05c167753929e294bedffbc3ac03065d75a338f6 | |
parent | app-misc/ca-certificates: Stabilize 20230311.3.95 arm, #922265 (diff) | |
download | gentoo-99527b8c51f010df917805b1548847c682090a7d.tar.gz gentoo-99527b8c51f010df917805b1548847c682090a7d.tar.bz2 gentoo-99527b8c51f010df917805b1548847c682090a7d.zip |
sys-apps/ethtool: Stabilize 6.6 arm, #922268
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/ethtool/ethtool-6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ethtool/ethtool-6.6.ebuild b/sys-apps/ethtool/ethtool-6.6.ebuild index a7eff7664c78..ab1d8c7079bb 100644 --- a/sys-apps/ethtool/ethtool-6.6.ebuild +++ b/sys-apps/ethtool/ethtool-6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |