diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-07-07 23:58:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-07-07 23:58:58 +0000 |
commit | ee15e468199ca8e148e5e878310677bc64965a36 (patch) | |
tree | e48421f4ac05f83d6bcd1bc690b64fb0deff3f18 /dev-python/numpy/numpy-1.4.1.ebuild | |
parent | Initial commit. (diff) | |
download | historical-ee15e468199ca8e148e5e878310677bc64965a36.tar.gz historical-ee15e468199ca8e148e5e878310677bc64965a36.tar.bz2 historical-ee15e468199ca8e148e5e878310677bc64965a36.zip |
Stable for HPPA (bug #326251).
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'dev-python/numpy/numpy-1.4.1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.4.1.ebuild b/dev-python/numpy/numpy-1.4.1.ebuild index b4f5b0663957..8865cd36e556 100644 --- a/dev-python/numpy/numpy-1.4.1.ebuild +++ b/dev-python/numpy/numpy-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.4.1.ebuild,v 1.3 2010/07/01 14:23:32 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.4.1.ebuild,v 1.4 2010/07/07 23:58:58 jer Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 -ppc -ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 -ppc -ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND="dev-python/setuptools |