Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/
Date: Fri, 26 Feb 2021 17:11:26
Message-Id: 1614359484.69f450ebf3c736f32d048e2c523cd88f8a841f41.zerochaos@gentoo
1 commit: 69f450ebf3c736f32d048e2c523cd88f8a841f41
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 17:11:17 2021 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 17:11:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f450eb
7
8 net-wireless/iw: stabilize bug #773097
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/iw/iw-5.9.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-wireless/iw/iw-5.9.ebuild b/net-wireless/iw/iw-5.9.ebuild
17 index f87a241976d..c98f66f7548 100644
18 --- a/net-wireless/iw/iw-5.9.ebuild
19 +++ b/net-wireless/iw/iw-5.9.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
27
28 LICENSE="ISC"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux"
32 IUSE=""
33
34 RDEPEND="dev-libs/libnl:="