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 B5E1C138334 for ; Tue, 9 Oct 2018 09:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DBB1E0809; Tue, 9 Oct 2018 09:42:11 +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 5E74DE0809 for ; Tue, 9 Oct 2018 09:42:11 +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 A3309335CF1 for ; Tue, 9 Oct 2018 09:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06CB03CF for ; Tue, 9 Oct 2018 09:42:08 +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: <1539078111.02fc712d0ee90d4c94ed474d44836d542f22c8df.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/aircrack-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild X-VCS-Directories: net-wireless/aircrack-ng/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 02fc712d0ee90d4c94ed474d44836d542f22c8df X-VCS-Branch: master Date: Tue, 9 Oct 2018 09:42:08 +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: 4c39489b-e1f2-4222-962c-f3e8518a6752 X-Archives-Hash: 1ce1d3892e74f6592cacd3bdfa166302 commit: 02fc712d0ee90d4c94ed474d44836d542f22c8df Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 9 09:41:51 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 9 09:41:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02fc712d net-wireless/aircrack-ng: arm stable wrt bug #663572 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild index 40e88402841..5e921f46691 100644 --- a/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.ebuild +++ b/net-wireless/aircrack-ng/aircrack-ng-1.3-r3.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=7 @@ -14,11 +14,11 @@ HOMEPAGE="http://www.aircrack-ng.org" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/aircrack-ng/aircrack-ng.git" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 arm x86" else MY_PV=${PV/_/-} SRC_URI="https://download.aircrack-ng.org/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi LICENSE="GPL-2"