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 37A211387B1 for ; Tue, 22 Sep 2015 07:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7482521C042; 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 8C63121C042 for ; Tue, 22 Sep 2015 07:22:21 +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 D9F0E34098D for ; 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 4553523C for ; Tue, 22 Sep 2015 07:22:18 +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: <1442903518.f35d93b948aa810947ed6538f7450749d8573e4c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/ChangeLog dev-python/qtconsole/qtconsole-9999.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f35d93b948aa810947ed6538f7450749d8573e4c X-VCS-Branch: master Date: Tue, 22 Sep 2015 07:22:18 +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: 1caa1cc9-a47d-43cb-ba69-064b0e85bb98 X-Archives-Hash: fbda10c717e7db637f94b76384cac4bd commit: f35d93b948aa810947ed6538f7450749d8573e4c Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 22 06:31:15 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 06:31:58 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f35d93b9 dev-python/qtconsole: Add ~x86 to KEYWORDS, fixes #561032 Package-Manager: portage-2.2.20.1 dev-python/qtconsole/ChangeLog | 3 +++ dev-python/qtconsole/qtconsole-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/qtconsole/ChangeLog b/dev-python/qtconsole/ChangeLog index 9ef4ef5..3f59785 100644 --- a/dev-python/qtconsole/ChangeLog +++ b/dev-python/qtconsole/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Sep 2015; Marius Brehler qtconsole-9999.ebuild: + dev-python/qtconsole: Add ~x86 to KEYWORDS, fixes #561032 + *qtconsole-4.0.1-r1 (05 Sep 2015) 05 Sep 2015; Marius Brehler diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild index 0d1ec78..8ac99f4 100644 --- a/dev-python/qtconsole/qtconsole-9999.ebuild +++ b/dev-python/qtconsole/qtconsole-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"