Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_pygments/
Date: Sun, 25 Oct 2020 21:34:30
Message-Id: 1603661635.681a56e116dfa5ad002711fe8a0eaa853611df10.whissi@gentoo
1 commit: 681a56e116dfa5ad002711fe8a0eaa853611df10
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 21:30:06 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 21:33:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681a56e1
7
8 dev-python/jupyterlab_pygments: x86 stable (bug #750629)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
17 index 49809d701f8..bceca41f555 100644
18 --- a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
19 +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.2.ebuild
20 @@ -13,6 +13,6 @@ SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm64 ~x86"
25 +KEYWORDS="~amd64 ~arm64 x86"
26
27 RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"