Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debugpy/
Date: Sun, 12 Sep 2021 17:38:57
Message-Id: 1631468311.ee7d8bfb4c74f2addd71c667d45010778db8c6b7.sam@gentoo
1 commit: ee7d8bfb4c74f2addd71c667d45010778db8c6b7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 17:38:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 17:38:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7d8bfb
7
8 dev-python/debugpy: Keyword 1.4.2 arm, #812452
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/debugpy/debugpy-1.4.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/debugpy/debugpy-1.4.2.ebuild b/dev-python/debugpy/debugpy-1.4.2.ebuild
16 index 62503a083ad..b4f0af0ccd6 100644
17 --- a/dev-python/debugpy/debugpy-1.4.2.ebuild
18 +++ b/dev-python/debugpy/debugpy-1.4.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/microsoft/${PN}/archive/refs/tags/v${PV}.tar.gz -> $
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc"
25
26 # There is not enough time in the universe for this test suite
27 RESTRICT="test"