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 9D24F1382C5 for ; Thu, 29 Apr 2021 10:21:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA077E07D8; Thu, 29 Apr 2021 10:21:43 +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 B8490E07D8 for ; Thu, 29 Apr 2021 10:21:43 +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 981F4340D91 for ; Thu, 29 Apr 2021 10:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07D32730 for ; Thu, 29 Apr 2021 10:21:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1619691683.ac7069b6cebc74a43337f3b98ac6ad5d406350ee.mgorny@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.6.ebuild X-VCS-Directories: dev-python/autopep8/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac7069b6cebc74a43337f3b98ac6ad5d406350ee X-VCS-Branch: master Date: Thu, 29 Apr 2021 10:21:41 +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: aa19a737-d68b-4ee1-bb5e-f3e768bb6635 X-Archives-Hash: 976b42e0f9ce60c372d0a8193d7a07ac commit: ac7069b6cebc74a43337f3b98ac6ad5d406350ee Author: Michał Górny gentoo org> AuthorDate: Thu Apr 29 10:21:23 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 29 10:21:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7069b6 dev-python/autopep8: Stabilize 1.5.6 ALLARCHES, #783267 Signed-off-by: Michał Górny gentoo.org> dev-python/autopep8/autopep8-1.5.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild b/dev-python/autopep8/autopep8-1.5.6.ebuild index 9ef96e6cfde..6c9336c713f 100644 --- a/dev-python/autopep8/autopep8-1.5.6.ebuild +++ b/dev-python/autopep8/autopep8-1.5.6.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"