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 BA5BF1384B4 for ; Mon, 2 Nov 2015 11:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3FB21C04D; Mon, 2 Nov 2015 11:50:56 +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 871E921C04B for ; Mon, 2 Nov 2015 11:50:50 +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 C9381340812 for ; Mon, 2 Nov 2015 11:50:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10D21E62 for ; Mon, 2 Nov 2015 11:50:44 +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: <1446464832.e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scientificpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scientificpython/scientificpython-2.9.1.ebuild dev-python/scientificpython/scientificpython-2.9.4.ebuild X-VCS-Directories: dev-python/scientificpython/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace X-VCS-Branch: master Date: Mon, 2 Nov 2015 11:50:44 +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: f6a14eb9-4895-4e7b-bece-feed54878f1e X-Archives-Hash: 6a922649dc832696c084e4258ed052bb commit: e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace Author: Justin Lecher gentoo org> AuthorDate: Mon Nov 2 09:40:01 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 2 11:47:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d283cb dev-python/scientificpython: Drop KEYWORDS to testing No stable numpy supports this package Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/scientificpython/scientificpython-2.9.1.ebuild | 4 ++-- dev-python/scientificpython/scientificpython-2.9.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/scientificpython/scientificpython-2.9.1.ebuild b/dev-python/scientificpython/scientificpython-2.9.1.ebuild index b861989..90b402a 100644 --- a/dev-python/scientificpython/scientificpython-2.9.1.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/" LICENSE="CeCILL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc mpi test" RDEPEND=" diff --git a/dev-python/scientificpython/scientificpython-2.9.4.ebuild b/dev-python/scientificpython/scientificpython-2.9.4.ebuild index 93af0d2..357c2ff 100644 --- a/dev-python/scientificpython/scientificpython-2.9.4.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -51,7 +51,7 @@ python_compile() { python_test() { cd "${S}"/Tests || die - python_foreach_impl nosetests + nosetests -v -v || die } python_install() {