commit: 7805a9e800e49453183209c3c0df7f13d034fdc4 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Sep 22 07:13:40 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 07:13:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7805a9e8
dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032 Package-Manager: portage-2.2.20.1 dev-python/jupyter_console/ChangeLog | 4 ++++ dev-python/jupyter_console/jupyter_console-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog index 1e2fdc5..f4fa1be 100644 --- a/dev-python/jupyter_console/ChangeLog +++ b/dev-python/jupyter_console/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Sep 2015; Marius Brehler <[email protected]> + jupyter_console-9999.ebuild: + dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032 + *jupyter_console-4.0.2 (07 Sep 2015) 07 Sep 2015; Marius Brehler <[email protected]> diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild index 2c7293f..7b03c52 100644 --- a/dev-python/jupyter_console/jupyter_console-9999.ebuild +++ b/dev-python/jupyter_console/jupyter_console-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"
