diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 12:50:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 12:50:22 +0000 |
commit | 49a207d1e10a8bc285a0f47c6d7120425ebc44b3 (patch) | |
tree | 41f26874447ced267b1a727b116dc163d3d3ee33 /sci-libs | |
parent | Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff) | |
download | gentoo-2-49a207d1e10a8bc285a0f47c6d7120425ebc44b3.tar.gz gentoo-2-49a207d1e10a8bc285a0f47c6d7120425ebc44b3.tar.bz2 gentoo-2-49a207d1e10a8bc285a0f47c6d7120425ebc44b3.zip |
Keyword ~arm.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/arpack/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/arpack/arpack-3.1.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/arpack/ChangeLog b/sci-libs/arpack/ChangeLog index 86871635e74b..a6638798a9e8 100644 --- a/sci-libs/arpack/ChangeLog +++ b/sci-libs/arpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/arpack # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.51 2013/02/27 16:50:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.52 2013/07/18 12:50:22 chithanh Exp $ + + 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + arpack-3.1.2-r1.ebuild: + Keyword ~arm. 27 Feb 2013; Justin Lecher <jlec@gentoo.org> arpack-3.1.2-r1.ebuild, files/arpack-3.1.2-test.patch: diff --git a/sci-libs/arpack/arpack-3.1.2-r1.ebuild b/sci-libs/arpack/arpack-3.1.2-r1.ebuild index 793b5da3a0ad..c337723cd235 100644 --- a/sci-libs/arpack/arpack-3.1.2-r1.ebuild +++ b/sci-libs/arpack/arpack-3.1.2-r1.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/arpack/arpack-3.1.2-r1.ebuild,v 1.2 2013/02/27 16:50:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-3.1.2-r1.ebuild,v 1.3 2013/07/18 12:50:22 chithanh Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples mpi static-libs" RDEPEND=" |