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 F068B139085 for ; Fri, 20 Jan 2017 11:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 157AFE0E2B; Fri, 20 Jan 2017 11:05:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5648E0E2B for ; Fri, 20 Jan 2017 11:05:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07B4734112A for ; Fri, 20 Jan 2017 11:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9951F2A23 for ; Fri, 20 Jan 2017 11:05:03 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1484910289.2ce31e25643ccc8b018e211feae5dd266ac6d07c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isodate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isodate/isodate-0.5.4.ebuild X-VCS-Directories: dev-python/isodate/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2ce31e25643ccc8b018e211feae5dd266ac6d07c X-VCS-Branch: master Date: Fri, 20 Jan 2017 11:05:03 +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: e0c7f3bf-562e-4a92-b16f-2b94147668ba X-Archives-Hash: e58080a235d3e641a769a28aa3f8f1ee commit: 2ce31e25643ccc8b018e211feae5dd266ac6d07c Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jan 20 11:02:00 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jan 20 11:04:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce31e25 dev-python/isodate: ppc64 stable wrt bug #606196 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/isodate/isodate-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/isodate/isodate-0.5.4.ebuild b/dev-python/isodate/isodate-0.5.4.ebuild index a651ac6..e86b6d5 100644 --- a/dev-python/isodate/isodate-0.5.4.ebuild +++ b/dev-python/isodate/isodate-0.5.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"