diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-12-07 22:09:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-12-07 22:09:32 +0000 |
commit | 923c8f8ce2c977c5194b7e28306bf1327cec682b (patch) | |
tree | ebd60c9f35b3b86200b1421533a7425498a3a281 /sci-libs | |
parent | Stable on amd64 wrt bug #388279 (diff) | |
download | gentoo-2-923c8f8ce2c977c5194b7e28306bf1327cec682b.tar.gz gentoo-2-923c8f8ce2c977c5194b7e28306bf1327cec682b.tar.bz2 gentoo-2-923c8f8ce2c977c5194b7e28306bf1327cec682b.zip |
Stable on amd64 wrt bug #388279
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/clapack/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/clapack/clapack-3.2.1-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/clapack/ChangeLog b/sci-libs/clapack/ChangeLog index fd54a71d399e..8f3a9caf9ea2 100644 --- a/sci-libs/clapack/ChangeLog +++ b/sci-libs/clapack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/clapack # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.18 2011/12/07 12:23:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.19 2011/12/07 22:09:32 hwoarang Exp $ + + 07 Dec 2011; Markos Chandras <hwoarang@gentoo.org> clapack-3.2.1-r6.ebuild: + Stable on amd64 wrt bug #388279 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> clapack-3.2.1-r6.ebuild: x86 stable wrt bug #388279 diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild index 6f49387e083a..b8400d15d6b3 100644 --- a/sci-libs/clapack/clapack-3.2.1-r6.ebuild +++ b/sci-libs/clapack/clapack-3.2.1-r6.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/clapack/clapack-3.2.1-r6.ebuild,v 1.3 2011/12/07 12:23:56 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r6.ebuild,v 1.4 2011/12/07 22:09:32 hwoarang Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.netlib.org/${PN}/${P}-CMAKE.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~amd64-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux" IUSE="test" RDEPEND=">=dev-libs/libf2c-20090407-r1 |