diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 11:36:20 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-08 11:36:20 +0000 |
commit | dbddf4817ea330a297c8a791d66d2648b4f03bcd (patch) | |
tree | 160cef5bb04c2cc2e3692d84788b90c203168edf /dev-python/numpy/numpy-1.6.1-r1.ebuild | |
parent | x86 stable wrt bug #418929 (diff) | |
download | historical-dbddf4817ea330a297c8a791d66d2648b4f03bcd.tar.gz historical-dbddf4817ea330a297c8a791d66d2648b4f03bcd.tar.bz2 historical-dbddf4817ea330a297c8a791d66d2648b4f03bcd.zip |
x86 stable wrt bug #418419
Package-Manager: portage-2.1.10.49/cvs/Linux i686
Diffstat (limited to 'dev-python/numpy/numpy-1.6.1-r1.ebuild')
-rw-r--r-- | dev-python/numpy/numpy-1.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.6.1-r1.ebuild b/dev-python/numpy/numpy-1.6.1-r1.ebuild index ca0c3f43906e..10c845557a02 100644 --- a/dev-python/numpy/numpy-1.6.1-r1.ebuild +++ b/dev-python/numpy/numpy-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1-r1.ebuild,v 1.10 2012/06/07 22:12:09 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.1-r1.ebuild,v 1.11 2012/06/08 11:36:20 phajdan.jr Exp $ EAPI=3 @@ -23,7 +23,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND=" |