diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2015-05-13 06:57:11 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2015-05-13 06:57:11 +0000 |
commit | 03a8af080379e46eccf6d78ba6934e02e0476b91 (patch) | |
tree | 377e38f3b5189317e356eba5c29b2e0487ca6bc1 /sci-libs/superlu | |
parent | ppc64 stable wrt bug #545420 (diff) | |
download | gentoo-2-03a8af080379e46eccf6d78ba6934e02e0476b91.tar.gz gentoo-2-03a8af080379e46eccf6d78ba6934e02e0476b91.tar.bz2 gentoo-2-03a8af080379e46eccf6d78ba6934e02e0476b91.zip |
ppc64 stable wrt bug #544676
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key )
Diffstat (limited to 'sci-libs/superlu')
-rw-r--r-- | sci-libs/superlu/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/superlu/superlu-4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/superlu/ChangeLog b/sci-libs/superlu/ChangeLog index b578cb8e26c8..fe02d5cfc8ef 100644 --- a/sci-libs/superlu/ChangeLog +++ b/sci-libs/superlu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/superlu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.31 2015/04/21 19:06:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.32 2015/05/13 06:57:11 jmorgan Exp $ + + 13 May 2015; Jack Morgan <jmorgan@gentoo.org> superlu-4.3-r1.ebuild: + ppc64 stable wrt bug #544676 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> superlu-4.3-r1.ebuild: ppc stable wrt bug #544676 diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild index cfae4f76f224..8f388f179a8d 100644 --- a/sci-libs/superlu/superlu-4.3-r1.ebuild +++ b/sci-libs/superlu/superlu-4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3-r1.ebuild,v 1.4 2015/04/21 19:06:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3-r1.ebuild,v 1.5 2015/05/13 06:57:11 jmorgan Exp $ EAPI=5 @@ -17,7 +17,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=" |