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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A89E015808F for ; Sat, 19 Feb 2022 00:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0A2CE084A; Sat, 19 Feb 2022 00:37:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C72ECE084A for ; Sat, 19 Feb 2022 00:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3A4B3431B7 for ; Sat, 19 Feb 2022 00:37:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E37CC2EC for ; Sat, 19 Feb 2022 00:37:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645231004.fc31c417554443bccdf275b8bfcbe50ca24e701e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/hostapd/hostapd-2.10.ebuild X-VCS-Directories: net-wireless/hostapd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc31c417554443bccdf275b8bfcbe50ca24e701e X-VCS-Branch: master Date: Sat, 19 Feb 2022 00:37:53 +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: 4a0fd40f-6d37-434b-9f9d-326ac693814a X-Archives-Hash: da11e59b8032564160ea5dc6b54480e1 commit: fc31c417554443bccdf275b8bfcbe50ca24e701e Author: Sam James gentoo org> AuthorDate: Sat Feb 19 00:36:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 19 00:36:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc31c417 net-wireless/hostapd: Stabilize 2.10 arm64, #833576 Signed-off-by: Sam James gentoo.org> net-wireless/hostapd/hostapd-2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/hostapd/hostapd-2.10.ebuild b/net-wireless/hostapd/hostapd-2.10.ebuild index 8c5e53f8e413..d70b4b738120 100644 --- a/net-wireless/hostapd/hostapd-2.10.ebuild +++ b/net-wireless/hostapd/hostapd-2.10.ebuild @@ -23,7 +23,7 @@ else fi # Never stabilize snapshot ebuilds please - KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86" + KEYWORDS="amd64 ~arm arm64 ~mips ppc x86" fi LICENSE="BSD"