From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B47D51387B1 for ; Mon, 21 Sep 2015 19:05:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D7AE0885; Mon, 21 Sep 2015 19:05:47 +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 95A33E088A for ; Mon, 21 Sep 2015 19:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ABE473408CB for ; Mon, 21 Sep 2015 19:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E351230 for ; Mon, 21 Sep 2015 19:05:43 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1442858501.32a5dc2d86eaf4fbbd386374de6c91d753aa0e7d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/nbformat/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/nbformat/ChangeLog dev-python/nbformat/nbformat-9999.ebuild X-VCS-Directories: dev-python/nbformat/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 32a5dc2d86eaf4fbbd386374de6c91d753aa0e7d X-VCS-Branch: master Date: Mon, 21 Sep 2015 19:05:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26d4415e-9971-44be-a0e0-2da7536f0a3b X-Archives-Hash: 7250f2b0fc62c0ee9dd8862395471680 commit: 32a5dc2d86eaf4fbbd386374de6c91d753aa0e7d Author: Marius Brehler linux sungazer de> AuthorDate: Mon Sep 21 18:01:41 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 18:01:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=32a5dc2d dev-python/nbformat: Add ~x86 to KEYWORDS Package-Manager: portage-2.2.20.1 dev-python/nbformat/ChangeLog | 3 +++ dev-python/nbformat/nbformat-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/nbformat/ChangeLog b/dev-python/nbformat/ChangeLog index 4d18ae0..1fc6362 100644 --- a/dev-python/nbformat/ChangeLog +++ b/dev-python/nbformat/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 21 Sep 2015; Marius Brehler nbformat-9999.ebuild: + dev-python/nbformat: Add ~x86 to KEYWORDS + 02 Sep 2015; Sean Vig nbformat-9999.ebuild: dev-python/nbformat: Add doc use flag diff --git a/dev-python/nbformat/nbformat-9999.ebuild b/dev-python/nbformat/nbformat-9999.ebuild index a653a05..3461090 100644 --- a/dev-python/nbformat/nbformat-9999.ebuild +++ b/dev-python/nbformat/nbformat-9999.ebuild @@ -16,7 +16,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"