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 DC38113835A for ; Fri, 11 Dec 2020 23:07:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2004E0908; Fri, 11 Dec 2020 23:07:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8AC56E0908 for ; Fri, 11 Dec 2020 23:07:27 +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 667C8340FF1 for ; Fri, 11 Dec 2020 23:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 980E9491 for ; Fri, 11 Dec 2020 23:07:23 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1607728008.ead26893f9b937fc89516ac09d12c2ec00931898.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dill/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dill/dill-0.3.3.ebuild X-VCS-Directories: dev-python/dill/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ead26893f9b937fc89516ac09d12c2ec00931898 X-VCS-Branch: master Date: Fri, 11 Dec 2020 23:07:23 +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: 145ec42d-15a8-4645-a969-e8ad8d70e2a8 X-Archives-Hash: 7253e4143ca08c28ba0d168c8f206756 commit: ead26893f9b937fc89516ac09d12c2ec00931898 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Dec 11 23:06:48 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Dec 11 23:06:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead26893 dev-python/dill: stable 0.3.3 for ppc stable wrt bug #758536 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/dill/dill-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dill/dill-0.3.3.ebuild b/dev-python/dill/dill-0.3.3.ebuild index 32554341e09..a568aa3b45b 100644 --- a/dev-python/dill/dill-0.3.3.ebuild +++ b/dev-python/dill/dill-0.3.3.ebuild @@ -16,7 +16,7 @@ S=${WORKDIR}/${PN}-${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ppc ~x86 ~amd64-linux ~x86-linux" python_test() { local fail= t