From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 574361384C1 for ; Mon, 31 Aug 2015 18:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EBDB1419B; Mon, 31 Aug 2015 18:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A45F21419B for ; Mon, 31 Aug 2015 18:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E6EA34073B for ; Mon, 31 Aug 2015 18:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A16B1156 for ; Mon, 31 Aug 2015 18:52:26 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441047141.06fbf0866475d77b8524c36faeb85dd1a9928b0f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/lorcon/lorcon-0.0_p20150109.ebuild X-VCS-Directories: net-wireless/lorcon/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 06fbf0866475d77b8524c36faeb85dd1a9928b0f X-VCS-Branch: master Date: Mon, 31 Aug 2015 18:52:26 +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: 78e9d05c-a013-4c7a-ad08-8ae76fa39fda X-Archives-Hash: 2c6675027128f1e3d8043e0ce4a65f32 commit: 06fbf0866475d77b8524c36faeb85dd1a9928b0f Author: Zero_Chaos gentoo org> AuthorDate: Mon Aug 31 18:52:08 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Aug 31 18:52:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fbf086 net-wireless/lorcon: stable for amd64, arm, x86 Package-Manager: portage-2.2.20.1 net-wireless/lorcon/lorcon-0.0_p20150109.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild index 9ef6605..23c6911 100644 --- a/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild +++ b/net-wireless/lorcon/lorcon-0.0_p20150109.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz" - 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"