diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-23 17:19:08 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-23 17:19:08 +0000 |
commit | a866ad237d539a304ea7b606aaf226e499be5949 (patch) | |
tree | 57272202c56ebd2c8653045e0a9fe52e858ab720 /sci-libs | |
parent | Fixup building with png-1.5. Move to EAPI=4. Drop static libs. (diff) | |
download | gentoo-2-a866ad237d539a304ea7b606aaf226e499be5949.tar.gz gentoo-2-a866ad237d539a304ea7b606aaf226e499be5949.tar.bz2 gentoo-2-a866ad237d539a304ea7b606aaf226e499be5949.zip |
x86 stable per bug 364863
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/superlu/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/superlu/superlu-4.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/superlu/ChangeLog b/sci-libs/superlu/ChangeLog index 9aa7e902d7de..78e8bfd36b35 100644 --- a/sci-libs/superlu/ChangeLog +++ b/sci-libs/superlu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/superlu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.8 2011/05/11 20:00:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.9 2011/05/23 17:19:08 tomka Exp $ + + 23 May 2011; Thomas Kahle <tomka@gentoo.org> superlu-4.1-r1.ebuild: + x86 stable per bug 364863 11 May 2011; Christoph Mende <angelos@gentoo.org> superlu-4.1-r1.ebuild: Stable on amd64 wrt bug #364863 diff --git a/sci-libs/superlu/superlu-4.1-r1.ebuild b/sci-libs/superlu/superlu-4.1-r1.ebuild index 5058ac9d7001..f6e9c2324d59 100644 --- a/sci-libs/superlu/superlu-4.1-r1.ebuild +++ b/sci-libs/superlu/superlu-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.1-r1.ebuild,v 1.5 2011/05/11 20:00:30 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.1-r1.ebuild,v 1.6 2011/05/23 17:19:08 tomka Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="${HOMEPAGE}/${PN}_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" RDEPEND="virtual/blas" |