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 200F7138359 for ; Thu, 7 May 2020 00:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ADF6E08B1; Thu, 7 May 2020 00:50:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D766E08B1 for ; Thu, 7 May 2020 00:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 392B534F557 for ; Thu, 7 May 2020 00:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3987B213 for ; Thu, 7 May 2020 00:50:08 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1588812568.8ec3dc3f5906a06e86788caeaef852f9de7c9641.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astunparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astunparse/astunparse-1.6.2.ebuild X-VCS-Directories: dev-python/astunparse/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8ec3dc3f5906a06e86788caeaef852f9de7c9641 X-VCS-Branch: master Date: Thu, 7 May 2020 00:50:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d42a95f-d79b-438a-a552-60f7ef37dc56 X-Archives-Hash: 1da152058d79471bd6fbed151da39057 commit: 8ec3dc3f5906a06e86788caeaef852f9de7c9641 Author: Patrick McLean gentoo org> AuthorDate: Thu May 7 00:49:28 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu May 7 00:49:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec3dc3f dev-python/astunparse-1.6.2: add ~x86 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean gentoo.org> dev-python/astunparse/astunparse-1.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astunparse/astunparse-1.6.2.ebuild b/dev-python/astunparse/astunparse-1.6.2.ebuild index 824af0fdce1..f57695d4f84 100644 --- a/dev-python/astunparse/astunparse-1.6.2.ebuild +++ b/dev-python/astunparse/astunparse-1.6.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/six-1.6.1[${PYTHON_USEDEP}]