commit: 14382919b83da8746faa5904ac5d72a85b551cb8 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Sep 22 06:30:24 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=14382919
dev-python/notebook: Add ~x86 to KEYWORDS, fixes #561032 Package-Manager: portage-2.2.20.1 dev-python/notebook/ChangeLog | 4 ++++ dev-python/notebook/notebook-4.0.4-r3.ebuild | 2 +- dev-python/notebook/notebook-9999.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog index 367ccf3..9585e9f 100644 --- a/dev-python/notebook/ChangeLog +++ b/dev-python/notebook/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Sep 2015; Marius Brehler <[email protected]> + notebook-4.0.4-r3.ebuild, notebook-9999.ebuild: + dev-python/notebook: Add ~x86 to KEYWORDS, fixes #561032 + *notebook-4.0.4-r3 (17 Sep 2015) 17 Sep 2015; Marius Brehler <[email protected]> diff --git a/dev-python/notebook/notebook-4.0.4-r3.ebuild b/dev-python/notebook/notebook-4.0.4-r3.ebuild index 810d194..2c00bf7 100644 --- a/dev-python/notebook/notebook-4.0.4-r3.ebuild +++ b/dev-python/notebook/notebook-4.0.4-r3.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Jupyter Interactive Notebook" HOMEPAGE="http://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" diff --git a/dev-python/notebook/notebook-9999.ebuild b/dev-python/notebook/notebook-9999.ebuild index f6efc45..ec79e4f 100644 --- a/dev-python/notebook/notebook-9999.ebuild +++ b/dev-python/notebook/notebook-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"
