From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 517E9138331 for ; Tue, 11 Oct 2016 17:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABBCFE0C7E; Tue, 11 Oct 2016 17:09:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 924E5E0C7E for ; Tue, 11 Oct 2016 17:09:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2ED79341662 for ; Tue, 11 Oct 2016 17:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AEDE2FB for ; Tue, 11 Oct 2016 17:09:21 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1476205749.d39e452329de1f4970ca97acc11ac4a1ab42f83d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/manuel/manuel-1.8.0.ebuild X-VCS-Directories: dev-python/manuel/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d39e452329de1f4970ca97acc11ac4a1ab42f83d X-VCS-Branch: master Date: Tue, 11 Oct 2016 17:09:21 +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: 3330619f-d631-417b-8705-ce0d13544971 X-Archives-Hash: ac1048cb7c51fd7763ef2786119adf3b commit: d39e452329de1f4970ca97acc11ac4a1ab42f83d Author: Patrice Clement gentoo org> AuthorDate: Tue Oct 11 17:04:42 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Oct 11 17:09:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39e4523 dev-python/manuel: Stable for amd64+x86. Package-Manager: portage-2.3.0 dev-python/manuel/manuel-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/manuel/manuel-1.8.0.ebuild b/dev-python/manuel/manuel-1.8.0.ebuild index 497c62b..3a95dcf 100644 --- a/dev-python/manuel/manuel-1.8.0.ebuild +++ b/dev-python/manuel/manuel-1.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]"