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 95D28138335 for ; Sat, 27 Apr 2019 11:49:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD698E08D4; Sat, 27 Apr 2019 11:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A3D7BE08D4 for ; Sat, 27 Apr 2019 11:49:32 +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 A3C733429C8 for ; Sat, 27 Apr 2019 11:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A2D5D5 for ; Sat, 27 Apr 2019 11:49:29 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1556365758.67dd234d182f56bec9e459bddb37a09ed33c6ebc.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-aiohttp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild X-VCS-Directories: dev-python/pytest-aiohttp/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 67dd234d182f56bec9e459bddb37a09ed33c6ebc X-VCS-Branch: master Date: Sat, 27 Apr 2019 11:49:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6c05c1c-d0b2-4adf-b1a2-83a0ea48169e X-Archives-Hash: 41270e9c9cd3149c8238526847fac9e8 commit: 67dd234d182f56bec9e459bddb37a09ed33c6ebc Author: Anthony G. Basile gentoo org> AuthorDate: Sat Apr 27 11:43:05 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Apr 27 11:49:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dd234d dev-python/pytest-aiohttp: keyword ~arm/~arm64 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild | 2 +- dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild index 758074612ac..c08cffd23bb 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild index 758074612ac..c08cffd23bb 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"