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 6F906138334 for ; Wed, 17 Oct 2018 17:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4CDE0895; Wed, 17 Oct 2018 17:45:24 +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 309D1E0895 for ; Wed, 17 Oct 2018 17:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0F838335CEB for ; Wed, 17 Oct 2018 17:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6BB5439 for ; Wed, 17 Oct 2018 17:45:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539798286.fdac6285d02ea78c3c65813ff000aac38abe20b3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwd/iwd-0.7.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fdac6285d02ea78c3c65813ff000aac38abe20b3 X-VCS-Branch: master Date: Wed, 17 Oct 2018 17:45:17 +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-Archives-Salt: 08ed8dc7-7b2a-4ee8-a89e-4468331a06cd X-Archives-Hash: c662b075d7ed8b78bd407eb7ffc35b12 commit: fdac6285d02ea78c3c65813ff000aac38abe20b3 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Oct 17 17:44:46 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Oct 17 17:44:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdac6285 net-wireless/iwd: Add ~arm keyword wrt bug #664356 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-wireless/iwd/iwd-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/iwd/iwd-0.7.ebuild b/net-wireless/iwd/iwd-0.7.ebuild index 4ca11ea788c..8413b1d0ee4 100644 --- a/net-wireless/iwd/iwd-0.7.ebuild +++ b/net-wireless/iwd/iwd-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~x86" fi DESCRIPTION="Wireless daemon for linux"