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 D09A5138334 for ; Thu, 26 Dec 2019 09:54:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBCD2E0C22; Thu, 26 Dec 2019 09:54:46 +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 CB6C0E0C22 for ; Thu, 26 Dec 2019 09:54:46 +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 86B7034DB8E for ; Thu, 26 Dec 2019 09:54:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 044A13A for ; Thu, 26 Dec 2019 09:54:44 +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: <1577354043.591779175690b25ffea3b749200e64f190665b56.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: 591779175690b25ffea3b749200e64f190665b56 X-VCS-Branch: master Date: Thu, 26 Dec 2019 09:54:44 +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: 56da4945-2eb1-4a89-9105-7821096de197 X-Archives-Hash: a27f1b6d4bf099dfdf66194f1e5f2aeb commit: 591779175690b25ffea3b749200e64f190665b56 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Dec 26 09:54:03 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Dec 26 09:54:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59177917 Revert "dev-python/pathlib: keyworded 1.0.1-r1 for ppc64, bug #701498" This reverts commit c3e46dd3f0cbe8e514497a015e6d3a15435da6ba. Original commit accidentally dropped stable keywords down to ~arch. 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 7b6a9138dab..0bc487a94f0 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() {