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 CE0441382C5 for ; Mon, 19 Mar 2018 23:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBB48E0919; Mon, 19 Mar 2018 23:05:11 +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 B5211E0919 for ; Mon, 19 Mar 2018 23:05:11 +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 6306E335C36 for ; Mon, 19 Mar 2018 23:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DFF260 for ; Mon, 19 Mar 2018 23:05:08 +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: <1521500702.93280dfb221065d152c3396d07df9ce754514017.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cycler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cycler/cycler-0.10.0.ebuild X-VCS-Directories: dev-python/cycler/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 93280dfb221065d152c3396d07df9ce754514017 X-VCS-Branch: master Date: Mon, 19 Mar 2018 23:05:08 +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: fdf386c0-b16a-43c7-825d-41a2d9d00217 X-Archives-Hash: 1dd7accf06c937e1444d721300dbf6d2 commit: 93280dfb221065d152c3396d07df9ce754514017 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Mar 19 23:00:06 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 19 23:05:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93280dfb dev-python/cycler: stable 0.10.0 for ppc64, bug #636054 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" dev-python/cycler/cycler-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cycler/cycler-0.10.0.ebuild b/dev-python/cycler/cycler-0.10.0.ebuild index af99062a4a5..4dee2de1209 100644 --- a/dev-python/cycler/cycler-0.10.0.ebuild +++ b/dev-python/cycler/cycler-0.10.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]"