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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB26515808B for ; Fri, 1 Apr 2022 08:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AA21E0878; Fri, 1 Apr 2022 08:18:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C515E087E for ; Fri, 1 Apr 2022 08:18:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B22A341485 for ; Fri, 1 Apr 2022 08:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F87235F for ; Fri, 1 Apr 2022 08:18:26 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1648801092.c2155735215021af4cdca8e3a8bdff04d29f733b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-plus/pytest-plus-0.2.ebuild X-VCS-Directories: dev-python/pytest-plus/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: c2155735215021af4cdca8e3a8bdff04d29f733b X-VCS-Branch: master Date: Fri, 1 Apr 2022 08:18:26 +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: 0ab5e53e-dc8e-4d3b-9186-8dfe6c037976 X-Archives-Hash: 4df580f8beec11b40a315a0dc3f3c4ef commit: c2155735215021af4cdca8e3a8bdff04d29f733b Author: Marek Szuba gentoo org> AuthorDate: Fri Apr 1 08:15:17 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Apr 1 08:18:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2155735 dev-python/pytest-plus: keyword 0.2 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/pytest-plus/pytest-plus-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-plus/pytest-plus-0.2.ebuild b/dev-python/pytest-plus/pytest-plus-0.2.ebuild index 3bd50d2af4a9..0e691d690afb 100644 --- a/dev-python/pytest-plus/pytest-plus-0.2.ebuild +++ b/dev-python/pytest-plus/pytest-plus-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]"