Diff iw-5.9 with a iw-5.19
/usr/portage/net-wireless/iw/iw-5.19.ebuild 2023-10-09 14:52:34.780368483 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="nl80211 configuration utility for wireless devices using the mac80211 stack" |
9 | 9 |
HOMEPAGE="https://wireless.wiki.kernel.org/en/users/Documentation/iw" |
10 |
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" |
|
10 |
SRC_URI="https://mirrors.edge.kernel.org/pub/software/network/${PN}/${P}.tar.xz" |
|
11 | 11 | |
12 | 12 |
LICENSE="ISC" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" |
|
15 |
IUSE="" |
|
14 |
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
16 | 15 | |
17 | 16 |
RDEPEND="dev-libs/libnl:=" |
18 | 17 |
DEPEND="${RDEPEND}" |