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 86EC2138334 for ; Wed, 17 Oct 2018 15:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBE7E08C3; Wed, 17 Oct 2018 15:57:14 +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 5A037E08C3 for ; Wed, 17 Oct 2018 15:57:14 +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 7D17D335D22 for ; Wed, 17 Oct 2018 15:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B1E440 for ; Wed, 17 Oct 2018 15:57:08 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539791805.f30e9be32fff683a44b8df5512744dd0a2924ff4.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f30e9be32fff683a44b8df5512744dd0a2924ff4 X-VCS-Branch: master Date: Wed, 17 Oct 2018 15:57: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: 7feab128-d4f3-4d3b-8f28-8b84f7ec31cc X-Archives-Hash: 827b0adb2c4bea03a9c34fa78d1a16fc commit: f30e9be32fff683a44b8df5512744dd0a2924ff4 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Oct 17 15:56:45 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Oct 17 15:56:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30e9be3 net-wireless/iwd-0.7-r0: add ~alpha keyword Bug: http://bugs.gentoo.org/664356 Signed-off-by: Tobias Klausmann gentoo.org> net-wireless/iwd/iwd-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/iwd/iwd-0.7.ebuild b/net-wireless/iwd/iwd-0.7.ebuild index fa3d32f34fa..4ca11ea788c 100644 --- a/net-wireless/iwd/iwd-0.7.ebuild +++ b/net-wireless/iwd/iwd-0.7.ebuild @@ -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="~amd64 ~x86" + KEYWORDS="~alpha ~amd64 ~x86" fi DESCRIPTION="Wireless daemon for linux"