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 8D73B1384B4 for ; Thu, 3 Dec 2015 10:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C97D21C0B1; Thu, 3 Dec 2015 10:21:36 +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 0D43221C0AD for ; Thu, 3 Dec 2015 10:21:35 +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 C2EFB340A78 for ; Thu, 3 Dec 2015 10:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67F0DCB0 for ; Thu, 3 Dec 2015 10:21:30 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449137860.db3f3e589cb315d96dfb022c430e7ba2323452dc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild X-VCS-Directories: dev-python/lazy-object-proxy/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: db3f3e589cb315d96dfb022c430e7ba2323452dc X-VCS-Branch: master Date: Thu, 3 Dec 2015 10:21:30 +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: 926d257c-52e3-4997-81c7-4fb557edf9b3 X-Archives-Hash: 841c61d564eed8ba11bfa5429dd052d7 commit: db3f3e589cb315d96dfb022c430e7ba2323452dc Author: Justin Lecher gentoo org> AuthorDate: Thu Dec 3 08:59:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Dec 3 10:17:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3f3e58 dev-python/lazy-object-proxy: Keyword under ALLARCHES policy Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild index d8d439d..792e7c9 100644 --- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild +++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.2.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""