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/jupyterlab_pygments/
Date: Sun, 27 Feb 2022 16:39:23
Message-Id: 1645979664.15be2ff9b8eb004ccd0af9c3352a60964f0c502e.sam@gentoo
1 commit: 15be2ff9b8eb004ccd0af9c3352a60964f0c502e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 16:34:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 16:34:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15be2ff9
7
8 dev-python/jupyterlab_pygments: Stabilize 0.1.2 sparc, #834254
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
16 index 1dab50b2cd8d..4e3bb112b849 100644
17 --- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
18 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
19 @@ -12,6 +12,6 @@ SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.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="dev-python/pygments[${PYTHON_USEDEP}]"