From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1320103-garchives=archives.gentoo.org@lists.gentoo.org> 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 83710158092 for <garchives@archives.gentoo.org>; Sat, 11 Sep 2021 13:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E98E07C5; Sat, 11 Sep 2021 13:13:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 342ACE07FE for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 13:13:00 +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 B7B46342D2B for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 13:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355B4C0 for <gentoo-commits@lists.gentoo.org>; Sat, 11 Sep 2021 13:12:57 +0000 (UTC) From: "Yixun Lan" <dlan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1631362222.ca88d6a1bf7005baaf72ad9998c4d05585301a92.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydevd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydevd/pydevd-2.5.0-r1.ebuild X-VCS-Directories: dev-python/pydevd/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: ca88d6a1bf7005baaf72ad9998c4d05585301a92 X-VCS-Branch: master Date: Sat, 11 Sep 2021 13:12:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03cf073c-3d02-4091-bece-5651a592732f X-Archives-Hash: 4bbec264ce5b7555b35552421f325d3c commit: ca88d6a1bf7005baaf72ad9998c4d05585301a92 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sat Sep 11 12:10:22 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sat Sep 11 12:10:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca88d6a1 dev-python/pydevd: keyword ~riscv Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-python/pydevd/pydevd-2.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydevd/pydevd-2.5.0-r1.ebuild b/dev-python/pydevd/pydevd-2.5.0-r1.ebuild index 69943259799..c8d4bd73175 100644 --- a/dev-python/pydevd/pydevd-2.5.0-r1.ebuild +++ b/dev-python/pydevd/pydevd-2.5.0-r1.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/PyDev.Debugger-pydev_debugger_${PV//./_}" LICENSE="EPL-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" # After removing and recompiling the prebuilt lib the tests fail? # For some reason the test suite is executing a slightly different gdb command