diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-19 10:05:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-19 10:05:39 +0000 |
commit | 728d211b7eb739f96c604bf1796765815d1dc2de (patch) | |
tree | 9c3cb469acb79015d4bad4ae5fed904260b5112b /sci-libs/superlu | |
parent | Stable for x86, wrt bug #545936 (diff) | |
download | gentoo-2-728d211b7eb739f96c604bf1796765815d1dc2de.tar.gz gentoo-2-728d211b7eb739f96c604bf1796765815d1dc2de.tar.bz2 gentoo-2-728d211b7eb739f96c604bf1796765815d1dc2de.zip |
Stable for x86, wrt bug #544676
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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 5e0c82546c3c..a24633b12db5 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.29 2015/04/08 15:32:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.30 2015/04/19 10:05:39 ago Exp $ + + 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> superlu-4.3-r1.ebuild: + Stable for x86, wrt bug #544676 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> superlu-4.3-r1.ebuild: Stable for amd64, wrt bug #544676 diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild index dfab962b85d0..d5e7f0f74e82 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.2 2015/04/08 15:32:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3-r1.ebuild,v 1.3 2015/04/19 10:05:39 ago 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=" |