diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-10 15:00:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-10 15:00:47 +0000 |
commit | 7f1351f9140b362715827415b69aa31af5494e45 (patch) | |
tree | a42d7dfd9b672070a14cc9228336a9af5fbd420d /sci-libs/hypre | |
parent | Add dependency on libpciaccess, bug #423977. (diff) | |
download | gentoo-2-7f1351f9140b362715827415b69aa31af5494e45.tar.gz gentoo-2-7f1351f9140b362715827415b69aa31af5494e45.tar.bz2 gentoo-2-7f1351f9140b362715827415b69aa31af5494e45.zip |
sci-libs/hypre: Move myeconfargs to local scope
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hypre')
-rw-r--r-- | sci-libs/hypre/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hypre/hypre-2.8.0b-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/hypre/ChangeLog b/sci-libs/hypre/ChangeLog index 132a8dfc2632..4e53bdfd5962 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.5 2012/08/02 21:03:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/ChangeLog,v 1.6 2012/10/10 15:00:47 jlec Exp $ + + 10 Oct 2012; Justin Lecher <jlec@gentoo.org> hypre-2.8.0b-r1.ebuild: + Move myeconfargs to local scope 02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> hypre-2.8.0b-r1.ebuild: Keyword amd64-linux x86-linux diff --git a/sci-libs/hypre/hypre-2.8.0b-r1.ebuild b/sci-libs/hypre/hypre-2.8.0b-r1.ebuild index ed2e00c64b6c..69a3aa9477fb 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.4 2012/08/02 21:03:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hypre/hypre-2.8.0b-r1.ebuild,v 1.5 2012/10/10 15:00:47 jlec Exp $ EAPI=4 @@ -37,7 +37,7 @@ src_prepare() { } src_configure() { - myeconfargs+=( + local myeconfargs+=( --enable-shared --without-superlu $(use_enable fortran) |