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 BB6CE15808D for ; Fri, 10 Sep 2021 13:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02A21E088C; Fri, 10 Sep 2021 13:41:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D9489E088C for ; Fri, 10 Sep 2021 13:41:49 +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 8982F342A7F for ; Fri, 10 Sep 2021 13:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDA4B9B for ; Fri, 10 Sep 2021 13:41:46 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1631281206.c5bef7dc15c8015b989b4d234c22e65c9a9b2874.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/debugpy/debugpy-1.4.2.ebuild X-VCS-Directories: dev-python/debugpy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c5bef7dc15c8015b989b4d234c22e65c9a9b2874 X-VCS-Branch: master Date: Fri, 10 Sep 2021 13:41:46 +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: b1ed5f34-1c1b-43de-ace2-bc386a968a1b X-Archives-Hash: 641ac3ec9627c04d6963df45699a3e34 commit: c5bef7dc15c8015b989b4d234c22e65c9a9b2874 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Sep 10 13:40:06 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Sep 10 13:40:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bef7dc dev-python/debugpy: restore amd64 keyword other keywords can be added after pydevd has been keyworded Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/debugpy/debugpy-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/debugpy/debugpy-1.4.2.ebuild b/dev-python/debugpy/debugpy-1.4.2.ebuild index 1d2e0eec0d0..814441d2e40 100644 --- a/dev-python/debugpy/debugpy-1.4.2.ebuild +++ b/dev-python/debugpy/debugpy-1.4.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="MIT" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" # There is not enough time in the universe for this test suite RESTRICT="test"