diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-02 14:23:24 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-08-02 14:23:24 +0000 |
commit | 013891646aac904035debe176902c662f81923ef (patch) | |
tree | 64cf177e64648aa76a1c72e7a8aea0a40ff052bf /sci-libs/clapack | |
parent | Version bump. Bug #377259 (diff) | |
download | gentoo-2-013891646aac904035debe176902c662f81923ef.tar.gz gentoo-2-013891646aac904035debe176902c662f81923ef.tar.bz2 gentoo-2-013891646aac904035debe176902c662f81923ef.zip |
[sci-libs/clapack] Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/clapack')
-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 4a01c5c18235..f46d7cd2b0f3 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.16 2011/06/20 22:59:14 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/ChangeLog,v 1.17 2011/08/02 14:23:24 alexxy Exp $ + + 02 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> clapack-3.2.1-r6.ebuild: + Add ~amd64-linux keyword 20 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> files/clapack-3.2.1-hang.patch: diff --git a/sci-libs/clapack/clapack-3.2.1-r6.ebuild b/sci-libs/clapack/clapack-3.2.1-r6.ebuild index 64af0d5024d0..05db7fd782a3 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.1 2011/06/19 20:35:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/clapack/clapack-3.2.1-r6.ebuild,v 1.2 2011/08/02 14:23:24 alexxy 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" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" IUSE="test" RDEPEND=">=dev-libs/libf2c-20090407-r1 |