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 A1A43138334 for ; Wed, 25 Dec 2019 20:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC2B8E0BCB; Wed, 25 Dec 2019 20:45:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7AA20E0BCB for ; Wed, 25 Dec 2019 20:45:51 +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 8F15C34DB62 for ; Wed, 25 Dec 2019 20:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81F777 for ; Wed, 25 Dec 2019 20:45:47 +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: <1577306741.c3e46dd3f0cbe8e514497a015e6d3a15435da6ba.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathlib/pathlib-1.0.1-r1.ebuild X-VCS-Directories: dev-python/pathlib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c3e46dd3f0cbe8e514497a015e6d3a15435da6ba X-VCS-Branch: master Date: Wed, 25 Dec 2019 20:45:47 +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: bdead378-db8b-42b4-897b-a121da948007 X-Archives-Hash: 7665ed24490e53d1c9559c206d5e8d85 commit: c3e46dd3f0cbe8e514497a015e6d3a15435da6ba Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 25 20:41:30 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 25 20:45:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e46dd3 dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498 Package-Manager: Portage-2.3.83, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pathlib/pathlib-1.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild index 0bc487a94f0..7b6a9138dab 100644 --- a/dev-python/pathlib/pathlib-1.0.1-r1.ebuild +++ b/dev-python/pathlib/pathlib-1.0.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/p/pathlib/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="" python_test() {