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 909A61384B4 for ; Tue, 10 Nov 2015 11:49:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81355E084C; Tue, 10 Nov 2015 11:49: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 9E042E084C for ; Tue, 10 Nov 2015 11:49:48 +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 BACF2340042 for ; Tue, 10 Nov 2015 11:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEA4323F1 for ; Tue, 10 Nov 2015 11:49:45 +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: <1447156179.5c1751ab57c42ba1749b6f543e27bcf6ef0e3d3b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asyncio/asyncio-3.4.2.ebuild dev-python/asyncio/asyncio-3.4.3.ebuild X-VCS-Directories: dev-python/asyncio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5c1751ab57c42ba1749b6f543e27bcf6ef0e3d3b X-VCS-Branch: master Date: Tue, 10 Nov 2015 11:49: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: 7d2fd420-4fdb-40e5-bbcb-0e9a0c2a1aa1 X-Archives-Hash: 54fb324e1179f983e4dac10ee23ce4d4 commit: 5c1751ab57c42ba1749b6f543e27bcf6ef0e3d3b Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 11:20:58 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Nov 10 11:49:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1751ab dev-python/asyncio: Keyword under ALLARCHES policy Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/asyncio/asyncio-3.4.2.ebuild | 2 +- dev-python/asyncio/asyncio-3.4.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/asyncio/asyncio-3.4.2.ebuild b/dev-python/asyncio/asyncio-3.4.2.ebuild index 5d2c10a..8766d49 100644 --- a/dev-python/asyncio/asyncio-3.4.2.ebuild +++ b/dev-python/asyncio/asyncio-3.4.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 x86" IUSE="" RDEPEND="" diff --git a/dev-python/asyncio/asyncio-3.4.3.ebuild b/dev-python/asyncio/asyncio-3.4.3.ebuild index 88ff1b3..8f9f3ae 100644 --- a/dev-python/asyncio/asyncio-3.4.3.ebuild +++ b/dev-python/asyncio/asyncio-3.4.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=""