diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 13:39:01 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-18 13:39:01 +0000 |
commit | 0ccbc5314a7afd211d2b7ceab35aa0864a431592 (patch) | |
tree | 0f8fa8e9ada3aaa2d7d50d99ac7f2326ebc11e94 /sci-libs/cholmod | |
parent | Keyword ~arm. (diff) | |
download | gentoo-2-0ccbc5314a7afd211d2b7ceab35aa0864a431592.tar.gz gentoo-2-0ccbc5314a7afd211d2b7ceab35aa0864a431592.tar.bz2 gentoo-2-0ccbc5314a7afd211d2b7ceab35aa0864a431592.zip |
Keyword ~arm.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 8d3d54be0535..7ecbd51f032d 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.39 2013/06/24 23:10:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.40 2013/07/18 13:39:01 chithanh Exp $ + + 18 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + cholmod-2.1.2.ebuild: + Keyword ~arm. *cholmod-2.1.2 (24 Jun 2013) diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild index 0d03363ba557..a391325c4418 100644 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v 1.1 2013/06/24 23:10:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/cholmod-2.1.2.ebuild,v 1.2 2013/07/18 13:39:01 chithanh Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="cuda doc lapack metis minimal static-libs" RDEPEND=" |