diff options
-rw-r--r-- | sci-libs/hypre/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hypre/hypre-2.8.0b-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog index 03e03e42e6da..132a8dfc2632 100644 --- a/sci-libs/hypre/ChangeLog +++ b/sci-libs/hypre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hypre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.4 2012/05/04 08:22:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.5 2012/08/02 21:03:57 bicatali Exp $ + + 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> hypre-2.8.0b-r1.ebuild: + Keyword amd64-linux x86-linux 04 May 2012; Jeff Horelick <jdhore@gentoo.org> hypre-2.8.0b-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -21,4 +24,3 @@ +metadata.xml: Initial import from the science overlay. Version bump, rewritten from scratch. - diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild index 3491e3882cb9..ed2e00c64b6c 100644 --- a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild +++ b/sci-libs/hypre/hypre-2.8.0b-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/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.3 2012/05/04 08:22:53 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.4 2012/08/02 21:03:57 bicatali Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="https://computation.llnl.gov/casc/hypre/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="blas doc examples fortran lapack mpi" RDEPEND=" |