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 420121396D0 for ; Wed, 13 Sep 2017 15:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8A2E0CB9; Wed, 13 Sep 2017 15:05:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4CA77E0CB9 for ; Wed, 13 Sep 2017 15:05:31 +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 34F9D33FE49 for ; Wed, 13 Sep 2017 15:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2F219081 for ; Wed, 13 Sep 2017 15:05:28 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1505314793.812af60145d0d1de99e685cf864abd356d2f78ee.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrfc3339/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrfc3339/pyrfc3339-1.0.ebuild X-VCS-Directories: dev-python/pyrfc3339/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 812af60145d0d1de99e685cf864abd356d2f78ee X-VCS-Branch: master Date: Wed, 13 Sep 2017 15:05:28 +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: 1c09091f-f2e5-4cd2-82a5-88de2922d4bb X-Archives-Hash: 775fab0dad42c8805aa0d9f29684a6a1 commit: 812af60145d0d1de99e685cf864abd356d2f78ee Author: Fabian Groffen gentoo org> AuthorDate: Wed Sep 13 14:59:53 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Sep 13 14:59:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812af601 dev-python/pyrfc3339: marked ~ppc64 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-python/pyrfc3339/pyrfc3339-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild index 64565070a01..4d1fa1220e4 100644 --- a/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild +++ b/dev-python/pyrfc3339/pyrfc3339-1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="test" RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]"