diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 15:32:39 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 15:32:39 +0000 |
commit | ca8682d8056f6d9d965dd1cfd623aa7d684089a8 (patch) | |
tree | ec534d753c706e8135cbeaf49644b530ca388c32 /sci-libs | |
parent | Stable for amd64, wrt bug #544994 (diff) | |
download | gentoo-2-ca8682d8056f6d9d965dd1cfd623aa7d684089a8.tar.gz gentoo-2-ca8682d8056f6d9d965dd1cfd623aa7d684089a8.tar.bz2 gentoo-2-ca8682d8056f6d9d965dd1cfd623aa7d684089a8.zip |
Stable for amd64, wrt bug #544676
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-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 38a1616f40e4..5e0c82546c3c 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.28 2015/03/03 19:58:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/ChangeLog,v 1.29 2015/04/08 15:32:39 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> superlu-4.3-r1.ebuild: + Stable for amd64, wrt bug #544676 *superlu-4.3-r1 (03 Mar 2015) diff --git a/sci-libs/superlu/superlu-4.3-r1.ebuild b/sci-libs/superlu/superlu-4.3-r1.ebuild index 7a6b6d5b1314..dfab962b85d0 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.1 2015/03/03 19:58:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/superlu/superlu-4.3-r1.ebuild,v 1.2 2015/04/08 15:32: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=" |