diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:06:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:06:08 +0000 |
commit | 7cf39ba78a083b85477e1fc8cdf8d2e1355f7974 (patch) | |
tree | 396567899fdfeec1f3ca8b679d5e9590b8f3a26c /sci-libs/superlu | |
parent | ppc stable wrt bug #533404 (diff) | |
download | gentoo-2-7cf39ba78a083b85477e1fc8cdf8d2e1355f7974.tar.gz gentoo-2-7cf39ba78a083b85477e1fc8cdf8d2e1355f7974.tar.bz2 gentoo-2-7cf39ba78a083b85477e1fc8cdf8d2e1355f7974.zip |
ppc stable wrt bug #544676
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
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 a24633b12db5..b578cb8e26c8 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.30 2015/04/19 10:05:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.31 2015/04/21 19:06:08 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> superlu-4.3-r1.ebuild: + ppc stable wrt bug #544676 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> superlu-4.3-r1.ebuild: Stable for x86, wrt bug #544676 diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild index d5e7f0f74e82..cfae4f76f224 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.3 2015/04/19 10:05:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3-r1.ebuild,v 1.4 2015/04/21 19:06:08 pacho 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=" |