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/jupyter_core/
Date: Sun, 06 Nov 2022 07:24:41
Message-Id: 1667719427.c656b638055e25e93702e837b979df9d6a4c9c45.sam@gentoo
1 commit: c656b638055e25e93702e837b979df9d6a4c9c45
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 07:23:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:23:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c656b638
7
8 dev-python/jupyter_core: Stabilize 4.11.2 ALLARCHES, #879963
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jupyter_core/jupyter_core-4.11.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild b/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
16 index 7b4f42714cb1..b0ac5c82cb13 100644
17 --- a/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
18 +++ b/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND="
27 dev-python/traitlets[${PYTHON_USEDEP}]