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 3A5DF139696 for ; Tue, 27 Jun 2017 14:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59A86E0C01; Tue, 27 Jun 2017 14:21:06 +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 34D23E0C04 for ; Tue, 27 Jun 2017 14:21:06 +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 2B7DC341773 for ; Tue, 27 Jun 2017 14:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3295F748A for ; Tue, 27 Jun 2017 14:21:03 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498573255.8eaad7083fa6416ceeb270d9c040a6454a6a1a77.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-openid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-openid/python-openid-2.2.5-r1.ebuild X-VCS-Directories: dev-python/python-openid/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8eaad7083fa6416ceeb270d9c040a6454a6a1a77 X-VCS-Branch: master Date: Tue, 27 Jun 2017 14:21: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: 587bc26c-32f6-4774-b65e-0b888e66bb55 X-Archives-Hash: 925093c9e50982c29943c990dd5779f1 commit: 8eaad7083fa6416ceeb270d9c040a6454a6a1a77 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 27 13:13:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 27 14:20:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaad708 dev-python/python-openid: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/python-openid/python-openid-2.2.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild index 116d853e7cf..b6a1cbf1d8e 100644 --- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild +++ b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="examples mysql postgres sqlite test" RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2[${PYTHON_USEDEP}] )