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 8DC4C138359 for ; Sun, 18 Oct 2020 19:19:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3EBE0A65; Sun, 18 Oct 2020 19:19:39 +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 D095AE0A65 for ; Sun, 18 Oct 2020 19:19:39 +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 E4F5B34103D for ; Sun, 18 Oct 2020 19:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E95A3A7 for ; Sun, 18 Oct 2020 19:19:37 +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: <1603048761.0be4f8c78bf92d09c103d2c44f034e5eb4bd458a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autopep8/autopep8-1.5.4.ebuild X-VCS-Directories: dev-python/autopep8/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0be4f8c78bf92d09c103d2c44f034e5eb4bd458a X-VCS-Branch: master Date: Sun, 18 Oct 2020 19:19:37 +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: e4429a29-d797-4382-9a0c-002b1be4d9a7 X-Archives-Hash: e41a65d0efc44b1fbe633f691e1543ea commit: 0be4f8c78bf92d09c103d2c44f034e5eb4bd458a Author: Sam James gentoo org> AuthorDate: Sun Oct 18 19:19:21 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 18 19:19:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be4f8c7 dev-python/autopep8: Stabilize 1.5.4 ALLARCHES, #749426 Signed-off-by: Sam James gentoo.org> dev-python/autopep8/autopep8-1.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild b/dev-python/autopep8/autopep8-1.5.4.ebuild index 6a7bf88e468..5ad39ec40fb 100644 --- a/dev-python/autopep8/autopep8-1.5.4.ebuild +++ b/dev-python/autopep8/autopep8-1.5.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT"