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 DAF20139694 for ; Wed, 17 May 2017 19:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4E7E0DA4; Wed, 17 May 2017 19:22:34 +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 29874E0DA2 for ; Wed, 17 May 2017 19:22:34 +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 5F4BB3416E6 for ; Wed, 17 May 2017 19:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08CC7745D for ; Wed, 17 May 2017 19:22:32 +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: <1495048934.7dee9b4afcc7815e2ba855ea12323dc2444d82e5.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-expect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-expect/pytest-expect-1.1.0.ebuild X-VCS-Directories: dev-python/pytest-expect/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 7dee9b4afcc7815e2ba855ea12323dc2444d82e5 X-VCS-Branch: master Date: Wed, 17 May 2017 19:22:32 +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: 7134b47f-48d3-4e9f-9665-e24df2e4ee5b X-Archives-Hash: c1498f3d4d8bee52f8760f55f236a1b7 commit: 7dee9b4afcc7815e2ba855ea12323dc2444d82e5 Author: Markus Meier gentoo org> AuthorDate: Wed May 17 19:22:14 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed May 17 19:22:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dee9b4a dev-python/pytest-expect: add ~arm64, bug #617914 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild index afb00591714..37350bcab5d 100644 --- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild +++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~arm64 ~hppa" IUSE="" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]