diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-22 08:57:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-22 08:57:01 +0000 |
commit | 36548e8d9e81ee07f8e5c3537f87ad612a4e4dc2 (patch) | |
tree | 68071dec3996221267d8b618d95a85d01a5bda47 /sci-libs | |
parent | Added new man page (bug #488828), proper selinux (bug #488966) and acl support (diff) | |
download | gentoo-2-36548e8d9e81ee07f8e5c3537f87ad612a4e4dc2.tar.gz gentoo-2-36548e8d9e81ee07f8e5c3537f87ad612a4e4dc2.tar.bz2 gentoo-2-36548e8d9e81ee07f8e5c3537f87ad612a4e4dc2.zip |
Stable for ppc, wrt bug #488048
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scipy/scipy-0.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index ce508357e0df..58e654445b60 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scipy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.99 2013/10/19 19:46:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.100 2013/10/22 08:57:01 ago Exp $ + + 22 Oct 2013; Agostino Sarubbo <ago@gentoo.org> scipy-0.12.1.ebuild: + Stable for ppc, wrt bug #488048 19 Oct 2013; Agostino Sarubbo <ago@gentoo.org> scipy-0.12.1.ebuild: Stable for amd64, wrt bug #488048 diff --git a/sci-libs/scipy/scipy-0.12.1.ebuild b/sci-libs/scipy/scipy-0.12.1.ebuild index 1f06b5c76f19..3a89b64e2011 100644 --- a/sci-libs/scipy/scipy-0.12.1.ebuild +++ b/sci-libs/scipy/scipy-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.12.1.ebuild,v 1.2 2013/10/19 19:46:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.12.1.ebuild,v 1.3 2013/10/22 08:57:01 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="BSD LGPL-2" SLOT="0" IUSE="doc sparse test" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" CDEPEND=" dev-python/numpy[lapack,${PYTHON_USEDEP}] |