From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-835912-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C72BA1387B1
	for <garchives@archives.gentoo.org>; Tue, 22 Sep 2015 07:22:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1CDD021C03B;
	Tue, 22 Sep 2015 07:22:22 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5E2AF21C038
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Sep 2015 07:22:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A62F133FEB1
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Sep 2015 07:22:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2183C23A
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Sep 2015 07:22:18 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1442903518.14382919b83da8746faa5904ac5d72a85b551cb8.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/
X-VCS-Repository: proj/sci
X-VCS-Files: dev-python/notebook/ChangeLog dev-python/notebook/notebook-4.0.4-r3.ebuild dev-python/notebook/notebook-9999.ebuild
X-VCS-Directories: dev-python/notebook/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 14382919b83da8746faa5904ac5d72a85b551cb8
X-VCS-Branch: master
Date: Tue, 22 Sep 2015 07:22:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8d1d37f8-78c5-40c1-ab62-efe841fadd9e
X-Archives-Hash: 219056150307211f3ef0f3db3a9d369c

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 <marbre@linux.sungazer.de>
+  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 <marbre@linux.sungazer.de>

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"