commit: e0d283cb7444bb5c8b1abfb4d55cc110e85b2ace Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Nov 2 09:40:01 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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() {
