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 650EA158014 for ; Mon, 30 Aug 2021 01:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5448E092C; Mon, 30 Aug 2021 01:28:02 +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 9A67EE0929 for ; Mon, 30 Aug 2021 01:28:02 +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 420D3342CA5 for ; Mon, 30 Aug 2021 01:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74ED995 for ; Mon, 30 Aug 2021 01:27:58 +0000 (UTC) From: "Sam James" 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" Message-ID: <1630286783.6afaddeececc7ca89a77e8d9962efab41c7ba518.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astor/astor-0.8.1.ebuild X-VCS-Directories: dev-python/astor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6afaddeececc7ca89a77e8d9962efab41c7ba518 X-VCS-Branch: master Date: Mon, 30 Aug 2021 01:27:58 +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: ac176a49-f430-47d4-842f-14cf434f32bf X-Archives-Hash: 6ad37a19390488c25761348c3a916257 commit: 6afaddeececc7ca89a77e8d9962efab41c7ba518 Author: Sam James gentoo org> AuthorDate: Mon Aug 30 01:26:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 30 01:26:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afaddee dev-python/astor: Stabilize 0.8.1 ppc64, #811000 Signed-off-by: Sam James gentoo.org> dev-python/astor/astor-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astor/astor-0.8.1.ebuild b/dev-python/astor/astor-0.8.1.ebuild index 379e71b6570..97d98e91888 100644 --- a/dev-python/astor/astor-0.8.1.ebuild +++ b/dev-python/astor/astor-0.8.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/astor/" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86" distutils_enable_tests pytest