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 05853138331 for ; Sat, 31 Mar 2018 17:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BF94E0AE8; Sat, 31 Mar 2018 17:44:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7ABFE0AE8 for ; Sat, 31 Mar 2018 17:44:48 +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 8F8BF335D6F for ; Sat, 31 Mar 2018 17:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A04DD26C for ; Sat, 31 Mar 2018 17:44:45 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1522518042.03fc97c8475c890d183bd7e8984e833de7046f66.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild X-VCS-Directories: net-wireless/python-wifi/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 03fc97c8475c890d183bd7e8984e833de7046f66 X-VCS-Branch: master Date: Sat, 31 Mar 2018 17:44:45 +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: c1ddf306-eb47-4f0a-bac8-411651e4000c X-Archives-Hash: a4c3de0a58a913a7882c0e9988d65e69 commit: 03fc97c8475c890d183bd7e8984e833de7046f66 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 17:03:37 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 17:40:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fc97c8 net-wireless/python-wifi: keyword ~arm64 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild index e25f0377967..7d60e82a9e7 100644 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi" SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" LICENSE="LGPL-2.1 examples? ( GPL-2 )" IUSE="examples"