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_client/
Date: Tue, 22 Sep 2015 07:22:22
Message-Id: 1442903518.1b38d9d5c31e61bebabe8c672ea8063c0ee3c8ed.jlec@gentoo
1 commit: 1b38d9d5c31e61bebabe8c672ea8063c0ee3c8ed
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Sep 22 06:27:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 22 06:31:58 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b38d9d5
7
8 dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/jupyter_client/ChangeLog | 4 ++++
13 dev-python/jupyter_client/jupyter_client-9999.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog
17 index 50c58d4..6777646 100644
18 --- a/dev-python/jupyter_client/ChangeLog
19 +++ b/dev-python/jupyter_client/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_client-9999.ebuild:
26 + dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032
27 +
28 02 Sep 2015; Sean Vig <sean.v.775@×××××.com> jupyter_client-9999.ebuild:
29 dev-python/jupyter_client: Fix testing deps
30
31
32 diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild
33 index 25db851..5b296f0 100644
34 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild
35 +++ b/dev-python/jupyter_client/jupyter_client-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"