diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-19 19:46:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-19 19:46:29 +0000 |
commit | ebf141b976d728e1ac90d28c4399b8e597db26cb (patch) | |
tree | 3de354d0501e66420e97efe5606f951caff02889 /sci-libs/scipy | |
parent | Added REQUIRED_USE entry as the libass USE flag now needs iconv to be enabled... (diff) | |
download | gentoo-2-ebf141b976d728e1ac90d28c4399b8e597db26cb.tar.gz gentoo-2-ebf141b976d728e1ac90d28c4399b8e597db26cb.tar.bz2 gentoo-2-ebf141b976d728e1ac90d28c4399b8e597db26cb.zip |
Stable for amd64, wrt bug #488048
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/scipy')
-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 271e2b5b715e..ce508357e0df 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.98 2013/10/13 17:54:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.99 2013/10/19 19:46:29 ago Exp $ + + 19 Oct 2013; Agostino Sarubbo <ago@gentoo.org> scipy-0.12.1.ebuild: + Stable for amd64, wrt bug #488048 *scipy-0.12.1 (13 Oct 2013) diff --git a/sci-libs/scipy/scipy-0.12.1.ebuild b/sci-libs/scipy/scipy-0.12.1.ebuild index c9709a9ae293..1f06b5c76f19 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.1 2013/10/13 17:54:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.12.1.ebuild,v 1.2 2013/10/19 19:46:29 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}] |