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 2DA741382C5 for ; Sun, 25 Feb 2018 21:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B6DBE087F; Sun, 25 Feb 2018 21:52:40 +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 30FF6E0878 for ; Sun, 25 Feb 2018 21:52: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 A2B29335C3E for ; Sun, 25 Feb 2018 21:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C3123D for ; Sun, 25 Feb 2018 21:52:36 +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: <1519595437.8e6fa7f709be6db978b426808afb69889c37fc7b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpydoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpydoc/numpydoc-0.6.0.ebuild dev-python/numpydoc/numpydoc-0.7.0.ebuild X-VCS-Directories: dev-python/numpydoc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8e6fa7f709be6db978b426808afb69889c37fc7b X-VCS-Branch: master Date: Sun, 25 Feb 2018 21:52:36 +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-Archives-Salt: 32bb50ea-dac5-4df7-89c3-42ee1f907dbb X-Archives-Hash: aaf8a31a9c40965dd1dcad9a687576e0 commit: 8e6fa7f709be6db978b426808afb69889c37fc7b Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 25 21:38:56 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 25 21:50:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6fa7f7 dev-python/numpydoc: keyworded 0.6.0 for ppc, bug #636532 (thanks to ernsteiswuerfel) Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-python/numpydoc/numpydoc-0.6.0.ebuild | 4 ++-- dev-python/numpydoc/numpydoc-0.7.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/numpydoc/numpydoc-0.6.0.ebuild b/dev-python/numpydoc/numpydoc-0.6.0.ebuild index 1d04dac9cc4..3e1732fb4d9 100644 --- a/dev-python/numpydoc/numpydoc-0.6.0.ebuild +++ b/dev-python/numpydoc/numpydoc-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~mips ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND=" diff --git a/dev-python/numpydoc/numpydoc-0.7.0.ebuild b/dev-python/numpydoc/numpydoc-0.7.0.ebuild index 0a61c3ed6b2..35bf1affb38 100644 --- a/dev-python/numpydoc/numpydoc-0.7.0.ebuild +++ b/dev-python/numpydoc/numpydoc-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="