diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-11 20:00:30 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-11 20:00:30 +0000 |
commit | befe839d0c5bb31c31397704ff13d932a19aaf59 (patch) | |
tree | a189b94c664b0340892bc091bc9a0f73f8ebbad0 /sci-libs | |
parent | Stable on amd64 wrt bug #364825 (diff) | |
download | gentoo-2-befe839d0c5bb31c31397704ff13d932a19aaf59.tar.gz gentoo-2-befe839d0c5bb31c31397704ff13d932a19aaf59.tar.bz2 gentoo-2-befe839d0c5bb31c31397704ff13d932a19aaf59.zip |
Stable on amd64 wrt bug #364863
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
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 30efd73e7e46..9aa7e902d7de 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.7 2011/04/07 17:43:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.8 2011/05/11 20:00:30 angelos Exp $ + + 11 May 2011; Christoph Mende <angelos@gentoo.org> superlu-4.1-r1.ebuild: + Stable on amd64 wrt bug #364863 07 Apr 2011; Fabian Groffen <grobian@gentoo.org> superlu-4.1-r1.ebuild: Fixed for Darwin, marked ~ppc-macos diff --git a/sci-libs/superlu/superlu-4.1-r1.ebuild b/sci-libs/superlu/superlu-4.1-r1.ebuild index 2681b18d4d8e..5058ac9d7001 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.4 2011/04/07 17:43:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.1-r1.ebuild,v 1.5 2011/05/11 20:00:30 angelos 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" |