diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-01 10:41:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-01 10:41:37 +0100 |
commit | 8dd8db852e263d955c669fe4318a40f73f2d0cde (patch) | |
tree | 8a36f33d59979e97cd327fe48d763279a5f365d1 /sci-libs | |
parent | sci-libs/ccolamd: ia64 keyworded, bug #575366 (diff) | |
download | gentoo-8dd8db852e263d955c669fe4318a40f73f2d0cde.tar.gz gentoo-8dd8db852e263d955c669fe4318a40f73f2d0cde.tar.bz2 gentoo-8dd8db852e263d955c669fe4318a40f73f2d0cde.zip |
sci-libs/cholmod: ia64 keyworded, bug #575366
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild index 5ca168037c96..ebc61f6a40f2 100644 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="cuda doc lapack metis minimal static-libs" RDEPEND=" |