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_client/
Date: Sun, 26 Sep 2021 17:52:26
Message-Id: 1632678575.06b7e785cc87937005e6f0db01f7ab2beff44afb.sam@gentoo
1 commit: 06b7e785cc87937005e6f0db01f7ab2beff44afb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 17:49:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 17:49:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b7e785
7
8 dev-python/jupyter_client: Stabilize 6.1.12 arm, #811939
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
16 index 95d2d5960e4..3050b2596a5 100644
17 --- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
18 +++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND="
27 dev-python/async_generator[${PYTHON_USEDEP}]