From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB9711381F3 for ; Thu, 18 Jun 2020 21:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2064BE08EF; Thu, 18 Jun 2020 21:59:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08075E08EF for ; Thu, 18 Jun 2020 21:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9364834F3EC for ; Thu, 18 Jun 2020 21:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD032AB for ; Thu, 18 Jun 2020 21:58:58 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1592517486.dd5bb55cb924a300131557f43dfcc8bc31effffd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iw/iw-5.4.ebuild X-VCS-Directories: net-wireless/iw/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: dd5bb55cb924a300131557f43dfcc8bc31effffd X-VCS-Branch: master Date: Thu, 18 Jun 2020 21:58:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d33a0d47-c313-4b6b-a4af-a67a6b76b756 X-Archives-Hash: 727adc76909625d99ffec055bb5a97d3 commit: dd5bb55cb924a300131557f43dfcc8bc31effffd Author: Sam James (sam_c) cmpct info> AuthorDate: Thu Jun 18 18:03:15 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Jun 18 21:58:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5bb55c net-wireless/iw: arm64 stable (bug #728620) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> net-wireless/iw/iw-5.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/iw/iw-5.4.ebuild b/net-wireless/iw/iw-5.4.ebuild index a57c13b08c4..a331cf6f69f 100644 --- a/net-wireless/iw/iw-5.4.ebuild +++ b/net-wireless/iw/iw-5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/libnl:="