diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-19 19:58:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-21 12:03:10 +0200 |
commit | 1e9f373219655d8ee79cc36eb0f8538077714b15 (patch) | |
tree | 40a43976934c93f428910a972a6fbd9e0b0a719c /sci-libs/cholmod | |
parent | sci-chemistry/vmd: Drop old (diff) | |
download | gentoo-1e9f373219655d8ee79cc36eb0f8538077714b15.tar.gz gentoo-1e9f373219655d8ee79cc36eb0f8538077714b15.tar.bz2 gentoo-1e9f373219655d8ee79cc36eb0f8538077714b15.zip |
sci-libs/cholmod: Drop to ~hppa
No stable revdeps.
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/cholmod')
-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 16f510decc5b..0c7f5b868903 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # 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 arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="cuda doc lapack metis minimal static-libs" RDEPEND=" |