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 D2EE61384C3 for ; Mon, 7 Sep 2015 09:50:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7265914228; Mon, 7 Sep 2015 09:50:49 +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 1FE9414228 for ; Mon, 7 Sep 2015 09:50:49 +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 6B438340680 for ; Mon, 7 Sep 2015 09:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A874417A for ; Mon, 7 Sep 2015 09:50:45 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1441619437.ee337bd17099b3e8ecce6adbcb8ef7a4259255bf.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ee337bd17099b3e8ecce6adbcb8ef7a4259255bf X-VCS-Branch: master Date: Mon, 7 Sep 2015 09:50:45 +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: 1306285c-d9c0-4ff4-9329-8890ea1743a6 X-Archives-Hash: 7455f5d934c388f47aab780d4948cff9 commit: ee337bd17099b3e8ecce6adbcb8ef7a4259255bf Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Sep 7 09:50:37 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Sep 7 09:50:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee337bd1 net-wireless/lorcon: ppc stable wrt bug #547774 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" 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 23c6911..145199d 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"