Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/
Date: Tue, 22 Sep 2015 07:22:27
Message-Id: 1442906020.7805a9e800e49453183209c3c0df7f13d034fdc4.jlec@gentoo
1 commit: 7805a9e800e49453183209c3c0df7f13d034fdc4
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 22 07:13:40 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 07:13:40 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7805a9e8
7
8 dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_console/ChangeLog | 4 ++++
13 dev-python/jupyter_console/jupyter_console-9999.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog
17 index 1e2fdc5..f4fa1be 100644
18 --- a/dev-python/jupyter_console/ChangeLog
19 +++ b/dev-python/jupyter_console/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
22 # $Id$
23
24 + 22 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
25 + jupyter_console-9999.ebuild:
26 + dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032
27 +
28 *jupyter_console-4.0.2 (07 Sep 2015)
29
30 07 Sep 2015; Marius Brehler <marbre@××××××××××××××.de>
31
32 diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild
33 index 2c7293f..7b03c52 100644
34 --- a/dev-python/jupyter_console/jupyter_console-9999.ebuild
35 +++ b/dev-python/jupyter_console/jupyter_console-9999.ebuild
36 @@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then
37 EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git"
38 else
39 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 - KEYWORDS="~amd64"
41 + KEYWORDS="~amd64 ~x86"
42 fi
43
44 LICENSE="BSD"