commit: 1b38d9d5c31e61bebabe8c672ea8063c0ee3c8ed Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Sep 22 06:27:56 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 06:31:58 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b38d9d5
dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032 Package-Manager: portage-2.2.20.1 dev-python/jupyter_client/ChangeLog | 4 ++++ dev-python/jupyter_client/jupyter_client-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyter_client/ChangeLog b/dev-python/jupyter_client/ChangeLog index 50c58d4..6777646 100644 --- a/dev-python/jupyter_client/ChangeLog +++ b/dev-python/jupyter_client/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Sep 2015; Marius Brehler <[email protected]> + jupyter_client-9999.ebuild: + dev-python/jupyter_client: Add ~x86 to KEYWORDS, fixes #561032 + 02 Sep 2015; Sean Vig <[email protected]> jupyter_client-9999.ebuild: dev-python/jupyter_client: Fix testing deps diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild index 25db851..5b296f0 100644 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild @@ -15,7 +15,7 @@ if [ ${PV} == "9999" ] ; then EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD"
