diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-08-26 12:23:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-08-26 12:23:21 +0000 |
commit | 16a0ce532a1642c36a57e5216e369a499f71d6e0 (patch) | |
tree | 322b9cf37c92a0f459a13e6467024d9ca26f1251 /sci-libs/arpack | |
parent | Version bump (diff) | |
download | gentoo-2-16a0ce532a1642c36a57e5216e369a499f71d6e0.tar.gz gentoo-2-16a0ce532a1642c36a57e5216e369a499f71d6e0.tar.bz2 gentoo-2-16a0ce532a1642c36a57e5216e369a499f71d6e0.zip |
Keyworded on alpha, bug #277805
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/arpack')
-rw-r--r-- | sci-libs/arpack/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/arpack/arpack-96-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/arpack/ChangeLog b/sci-libs/arpack/ChangeLog index 1c9fdf987348..2a62da929edf 100644 --- a/sci-libs/arpack/ChangeLog +++ b/sci-libs/arpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/arpack # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.11 2009/08/01 17:00:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.12 2009/08/26 12:23:21 klausman Exp $ + + 26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> arpack-96-r2.ebuild: + Keyworded on alpha, bug #277805 01 Aug 2009; Jeroen Roovers <jer@gentoo.org> arpack-96-r2.ebuild: Marked ~hppa (bug #277805). diff --git a/sci-libs/arpack/arpack-96-r2.ebuild b/sci-libs/arpack/arpack-96-r2.ebuild index 216eaef732aa..91fca37bff2b 100644 --- a/sci-libs/arpack/arpack-96-r2.ebuild +++ b/sci-libs/arpack/arpack-96-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r2.ebuild,v 1.7 2009/08/01 17:00:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/arpack-96-r2.ebuild,v 1.8 2009/08/26 12:23:21 klausman Exp $ inherit eutils autotools fortran @@ -14,7 +14,7 @@ SRC_URI="http://www.caam.rice.edu/software/ARPACK/SRC/${PN}${PV}.tar.gz LICENSE="RiceBSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" IUSE="mpi doc examples" RDEPEND="virtual/blas |