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 41BC913829B for ; Mon, 30 May 2016 03:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE5F721C03C; Mon, 30 May 2016 03:10:08 +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 3AE3221C03C for ; Mon, 30 May 2016 03:10:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EE1FA340B29 for ; Mon, 30 May 2016 03:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17226FFC for ; Mon, 30 May 2016 03:10:04 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1464577702.6c49525f5d3dac6f000bb56465f8a5611731ee06.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/multidict/multidict-1.1.0_alpha6.ebuild X-VCS-Directories: dev-python/multidict/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6c49525f5d3dac6f000bb56465f8a5611731ee06 X-VCS-Branch: master Date: Mon, 30 May 2016 03:10:04 +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: 1e65c201-e784-46f8-8ced-1586dc849de5 X-Archives-Hash: 3cd61a355d09290bc093e48b3aa9ba08 commit: 6c49525f5d3dac6f000bb56465f8a5611731ee06 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 30 03:08:22 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 30 03:08:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c49525f dev-python/multidict: add ~x86 keyword dev-python/multidict/multidict-1.1.0_alpha6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/multidict/multidict-1.1.0_alpha6.ebuild b/dev-python/multidict/multidict-1.1.0_alpha6.ebuild index f65be53..41a9fda 100644 --- a/dev-python/multidict/multidict-1.1.0_alpha6.ebuild +++ b/dev-python/multidict/multidict-1.1.0_alpha6.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc test" DEPEND="