Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/
Date: Sat, 28 Nov 2015 17:33:36
Message-Id: 1448727507.a6f306ab2f4f1cee5af24941385a2bd1d367d6a0.jlec@gentoo
1 commit: a6f306ab2f4f1cee5af24941385a2bd1d367d6a0
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Nov 28 16:18:27 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 16:18:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f306ab
7
8 dev-python/jupyter_console: Move KEYWORDS variable
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_console/jupyter_console-4.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
16 index 0086a62..a3fde6e 100644
17 --- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
18 +++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild
19 @@ -11,10 +11,10 @@ inherit distutils-r1
20 DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
21 HOMEPAGE="http://jupyter.org"
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23 -KEYWORDS="~amd64 ~x86"
24
25 LICENSE="BSD"
26 SLOT="0"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="doc test"
29
30 RDEPEND="