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 EC8F313835A for ; Mon, 20 Jul 2020 11:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAD3FE090E; Mon, 20 Jul 2020 11:45:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B6927E090E for ; Mon, 20 Jul 2020 11:45:31 +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 BCBA534F0DF for ; Mon, 20 Jul 2020 11:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C6E2E7 for ; Mon, 20 Jul 2020 11:45:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595245234.24fefab5d7f56d8d1c906f600c3f8ab3059c4f37.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild X-VCS-Directories: dev-python/pytest-asyncio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24fefab5d7f56d8d1c906f600c3f8ab3059c4f37 X-VCS-Branch: master Date: Mon, 20 Jul 2020 11:45: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: f2ed7abd-7a5a-4a84-9d53-9f72a9387964 X-Archives-Hash: 6c099ed71b0f9525ffdc0565a3ffc0f8 commit: 24fefab5d7f56d8d1c906f600c3f8ab3059c4f37 Author: Sam James gentoo org> AuthorDate: Mon Jul 20 11:40:34 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 11:40:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fefab5 dev-python/pytest-asyncio: arm64 stable (bug #722218) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild index 622d1f4f474..3b6370c3ca0 100644 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz -> $ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" RDEPEND=" >=dev-python/pytest-5.4.0"