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 979E2139694 for ; Thu, 4 May 2017 20:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 984EBE0CB6; Thu, 4 May 2017 20:19:57 +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 6BE4CE0CB6 for ; Thu, 4 May 2017 20:19:57 +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 5DCB13416C8 for ; Thu, 4 May 2017 20:19:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 102867439 for ; Thu, 4 May 2017 20:19:55 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1493929186.42920ac63ae32ae71e93740a1a52d8063c3fed65.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-1.8.1.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 42920ac63ae32ae71e93740a1a52d8063c3fed65 X-VCS-Branch: master Date: Thu, 4 May 2017 20:19:55 +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: d805e9e4-52bc-4d2d-975c-8bc0910e96be X-Archives-Hash: 55019adcb8fbdf069d04bddb455adabe commit: 42920ac63ae32ae71e93740a1a52d8063c3fed65 Author: Markus Meier gentoo org> AuthorDate: Thu May 4 20:19:46 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu May 4 20:19:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42920ac6 dev-python/cryptography: add ~arm/~arm64, bug #616618 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm arm64" dev-python/cryptography/cryptography-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-1.8.1.ebuild b/dev-python/cryptography/cryptography-1.8.1.ebuild index 5469dc61a15..377d7927cc1 100644 --- a/dev-python/cryptography/cryptography-1.8.1.ebuild +++ b/dev-python/cryptography/cryptography-1.8.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" IUSE="libressl test" RDEPEND="