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 2C3AB15808B for ; Sat, 19 Feb 2022 07:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 417E42BC002; Sat, 19 Feb 2022 07:19:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 287E7E0849 for ; Sat, 19 Feb 2022 07:19:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8E17A3437D8 for ; Sat, 19 Feb 2022 07:19:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 477BC2EA for ; Sat, 19 Feb 2022 07:19:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1645255131.e8afdc7756197237e07acb397441c165edce728f.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e8afdc7756197237e07acb397441c165edce728f X-VCS-Branch: master Date: Sat, 19 Feb 2022 07:19: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 17d71d0c-a423-48af-9474-145dcf5909a8 X-Archives-Hash: 4cbecd63b95b1017c620428d25073cef commit: e8afdc7756197237e07acb397441c165edce728f Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 19 07:18:51 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 19 07:18:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8afdc77 net-wireless/hostapd: Stabilize 2.10 arm, #833576 Signed-off-by: Arthur Zamarin 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 d70b4b738120..09e00a11c402 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"