Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Fri, 10 Sep 2021 13:41:50
Message-Id: 1631281206.c5bef7dc15c8015b989b4d234c22e65c9a9b2874.andrewammerlaan@gentoo
1 commit: c5bef7dc15c8015b989b4d234c22e65c9a9b2874
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 13:40:06 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 13:40:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bef7dc
7
8 dev-python/debugpy: restore amd64 keyword
9
10 other keywords can be added after pydevd has been keyworded
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 dev-python/debugpy/debugpy-1.4.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/debugpy/debugpy-1.4.2.ebuild b/dev-python/debugpy/debugpy-1.4.2.ebuild
19 index 1d2e0eec0d0..814441d2e40 100644
20 --- a/dev-python/debugpy/debugpy-1.4.2.ebuild
21 +++ b/dev-python/debugpy/debugpy-1.4.2.ebuild
22 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> $
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS=""
27 +KEYWORDS="~amd64"
28
29 # There is not enough time in the universe for this test suite
30 RESTRICT="test"