diff options
author | 2024-09-19 06:10:28 +0100 | |
---|---|---|
committer | 2024-09-19 06:10:28 +0100 | |
commit | c32d5a990b52c01c6b254985725b6e4e6caef8bd (patch) | |
tree | d68add3f0ccb08aa756e320fb229d5f0cbe240fa /net-wireless | |
parent | dev-libs/libwacom: Drop old versions (diff) | |
download | gentoo-c32d5a990b52c01c6b254985725b6e4e6caef8bd.tar.gz gentoo-c32d5a990b52c01c6b254985725b6e4e6caef8bd.tar.bz2 gentoo-c32d5a990b52c01c6b254985725b6e4e6caef8bd.zip |
net-wireless/iw: Stabilize 6.7 ppc64, #939833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iw/iw-6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-wireless/iw/iw-6.7.ebuild b/net-wireless/iw/iw-6.7.ebuild index f1bbe2108630..face024898d0 100644 --- a/net-wireless/iw/iw-6.7.ebuild +++ b/net-wireless/iw/iw-6.7.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 @@ -11,7 +11,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/software/network/${PN}/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" DEPEND="dev-libs/libnl:=" RDEPEND=" |