diff options
author | 2008-09-29 23:55:45 +0000 | |
---|---|---|
committer | 2008-09-29 23:55:45 +0000 | |
commit | 6835d40923b6b35cf5453dca5000692c4be02489 (patch) | |
tree | e3191aae6f1f33e5669257f89c5fc3efe2621ba0 /dev-python | |
parent | Marked ~hppa (bug #233554). (diff) | |
download | gentoo-2-6835d40923b6b35cf5453dca5000692c4be02489.tar.gz gentoo-2-6835d40923b6b35cf5453dca5000692c4be02489.tar.bz2 gentoo-2-6835d40923b6b35cf5453dca5000692c4be02489.zip |
Marked ~hppa (bug #233554).
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index c4a017c54646..6eb8288f5857 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.65 2008/09/28 21:31:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.66 2008/09/29 23:55:45 jer Exp $ + + 29 Sep 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.2.0.ebuild: + Marked ~hppa (bug #233554). 28 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> numpy-1.2.0.ebuild: Fixed again blas/lapack configuration to be compatible with the available diff --git a/dev-python/numpy/numpy-1.2.0.ebuild b/dev-python/numpy/numpy-1.2.0.ebuild index 56959b148add..e764618d2db1 100644 --- a/dev-python/numpy/numpy-1.2.0.ebuild +++ b/dev-python/numpy/numpy-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.0.ebuild,v 1.2 2008/09/28 21:31:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.0.ebuild,v 1.3 2008/09/29 23:55:45 jer Exp $ NEED_PYTHON=2.4 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} IUSE="lapack test" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" LICENSE="BSD" # whatever LDFLAGS set will break linking |