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 1E40D139694 for ; Wed, 5 Apr 2017 13:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB50E0DDD; Wed, 5 Apr 2017 13:32:59 +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 2C8E9E0DD1 for ; Wed, 5 Apr 2017 13:32:59 +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 285B0341687 for ; Wed, 5 Apr 2017 13:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BDB67419 for ; Wed, 5 Apr 2017 13:32:56 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1491399114.b949b03ce3929b376636f84df1d8c81983c008ac.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyczar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyczar/keyczar-0.715.ebuild X-VCS-Directories: dev-python/keyczar/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b949b03ce3929b376636f84df1d8c81983c008ac X-VCS-Branch: master Date: Wed, 5 Apr 2017 13:32:56 +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: 2c8019ca-ce56-4df9-b739-462ada7d202a X-Archives-Hash: 72eff8eaee57ead4bdc98612fef99927 commit: b949b03ce3929b376636f84df1d8c81983c008ac Author: Michael Weber gentoo org> AuthorDate: Wed Apr 5 13:31:54 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 5 13:31:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b949b03c dev-python/keyczar: add ~ppc64 keyword (bug 573954) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" dev-python/keyczar/keyczar-0.715.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyczar/keyczar-0.715.ebuild b/dev-python/keyczar/keyczar-0.715.ebuild index 3b7a442eab8..fab50a6a639 100644 --- a/dev-python/keyczar/keyczar-0.715.ebuild +++ b/dev-python/keyczar/keyczar-0.715.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm x86" +KEYWORDS="~alpha amd64 ~arm ~ppc64 x86" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"