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 E692E1384B4 for ; Tue, 10 Nov 2015 11:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE43F21C018; Tue, 10 Nov 2015 11:49:50 +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 062CF21C014 for ; Tue, 10 Nov 2015 11:49:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E2F833FFDD for ; Tue, 10 Nov 2015 11:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1316C2418 for ; Tue, 10 Nov 2015 11:49:46 +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.afc7f005393eecd9d9bed9a0709d2433037484c7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/futures/futures-3.0.3.ebuild X-VCS-Directories: dev-python/futures/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: afc7f005393eecd9d9bed9a0709d2433037484c7 X-VCS-Branch: master Date: Tue, 10 Nov 2015 11:49:46 +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: 1822fd6e-5303-4eeb-984f-d2348b176e8f X-Archives-Hash: 265154d4e6c6aab3dcdc89f0c95dd7d9 commit: afc7f005393eecd9d9bed9a0709d2433037484c7 Author: Justin Lecher gentoo org> AuthorDate: Tue Nov 10 11:42:20 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=afc7f005 dev-python/futures: Keyword under ALLARCHES policy Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/futures/futures-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/futures/futures-3.0.3.ebuild b/dev-python/futures/futures-3.0.3.ebuild index 49ff00e..2c0a5e9 100644 --- a/dev-python/futures/futures-3.0.3.ebuild +++ b/dev-python/futures/futures-3.0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]