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 69CFB58973 for ; Tue, 26 Jan 2016 16:42:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3669721C019; Tue, 26 Jan 2016 16:42:43 +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 3E78E21C013 for ; Tue, 26 Jan 2016 16:42:42 +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 1AA15340B81 for ; Tue, 26 Jan 2016 16:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FFCDC0 for ; Tue, 26 Jan 2016 16:42:39 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1453826512.0236381abeca392bed3f9aeb4c60aab3741c3eea.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-0.16.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0236381abeca392bed3f9aeb4c60aab3741c3eea X-VCS-Branch: master Date: Tue, 26 Jan 2016 16:42:39 +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: 5a9dcca5-9d7b-44d8-8699-fc87da8f1059 X-Archives-Hash: 680cd28357d8e37eda1397d532cedfe5 commit: 0236381abeca392bed3f9aeb4c60aab3741c3eea Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jan 26 16:41:52 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jan 26 16:41:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0236381a sci-libs/scipy: amd64 stable wrt bug #572912 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sci-libs/scipy/scipy-0.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/scipy/scipy-0.16.1.ebuild b/sci-libs/scipy/scipy-0.16.1.ebuild index 289f462..ba26692 100644 --- a/sci-libs/scipy/scipy-0.16.1.ebuild +++ b/sci-libs/scipy/scipy-0.16.1.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="BSD LGPL-2" SLOT="0" IUSE="doc sparse test" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" CDEPEND=" >=dev-python/numpy-1.6.2[lapack,${PYTHON_USEDEP}]