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 AC51C1382C5 for ; Fri, 4 Dec 2020 15:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D505BE0999; Fri, 4 Dec 2020 15:32:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B6FE2E0999 for ; Fri, 4 Dec 2020 15:32:21 +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 8F622340FB1 for ; Fri, 4 Dec 2020 15:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00F5478 for ; Fri, 4 Dec 2020 15:32:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1607095935.89c3a98b72d7271d6fe7af82dc9fdd86c7619a06.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpbin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpbin/httpbin-0.7.0-r2.ebuild X-VCS-Directories: dev-python/httpbin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 89c3a98b72d7271d6fe7af82dc9fdd86c7619a06 X-VCS-Branch: master Date: Fri, 4 Dec 2020 15:32:18 +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: abf36822-be6e-48d6-8bd7-ef1147446eba X-Archives-Hash: d3a94f64baa811fbed1d17f167da1aa1 commit: 89c3a98b72d7271d6fe7af82dc9fdd86c7619a06 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Dec 4 15:31:51 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Dec 4 15:32:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c3a98b dev-python/httpbin: Keyword 0.7.0-r2 riscv, #758029 Signed-off-by: Mikle Kolyada gentoo.org> dev-python/httpbin/httpbin-0.7.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild index c498e61cfdb..3a72b9fa95b 100644 --- a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild +++ b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" RDEPEND=" dev-python/brotlicffi[${PYTHON_USEDEP}]