From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1306106-garchives=archives.gentoo.org@lists.gentoo.org> 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 CB94313934F for <garchives@archives.gentoo.org>; Mon, 26 Jul 2021 00:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2583E0BD2; Mon, 26 Jul 2021 00:43:10 +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 B9E04E0BD2 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 00:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 39D47342CDD for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 00:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C298C7DE for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jul 2021 00:43:07 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1627260147.06cb3e9affb2136d287bf49c23f2927d4fb21ff2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gast/gast-0.5.0.ebuild X-VCS-Directories: dev-python/gast/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06cb3e9affb2136d287bf49c23f2927d4fb21ff2 X-VCS-Branch: master Date: Mon, 26 Jul 2021 00:43:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 182340c8-aadd-4be0-b5e5-91c208331769 X-Archives-Hash: edebc9cda198ce81a71ecd5de10920e9 commit: 06cb3e9affb2136d287bf49c23f2927d4fb21ff2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 00:42:27 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 00:42:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cb3e9a dev-python/gast: Stabilize 0.5.0 x86, #803710 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/gast/gast-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gast/gast-0.5.0.ebuild b/dev-python/gast/gast-0.5.0.ebuild index 509b9232717..f8d24cb607b 100644 --- a/dev-python/gast/gast-0.5.0.ebuild +++ b/dev-python/gast/gast-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" BDEPEND=" test? ( dev-python/astunparse[${PYTHON_USEDEP}] )"