diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:12:35 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:12:35 +0100 |
commit | eda2697fd8f2b202df2ef21e6aa102f42f1ee886 (patch) | |
tree | f320b301c2cca31f8fb781f73a6b2166c25adab3 /sci-libs/ccolamd | |
parent | sci-libs/camd: drop x86-macos (diff) | |
download | gentoo-eda2697fd8f2b202df2ef21e6aa102f42f1ee886.tar.gz gentoo-eda2697fd8f2b202df2ef21e6aa102f42f1ee886.tar.bz2 gentoo-eda2697fd8f2b202df2ef21e6aa102f42f1ee886.zip |
sci-libs/ccolamd: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sci-libs/ccolamd')
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ccolamd/ccolamd-2.9.6.ebuild b/sci-libs/ccolamd/ccolamd-2.9.6.ebuild index 34fa1fbb8b4f..dc269a9c4432 100644 --- a/sci-libs/ccolamd/ccolamd-2.9.6.ebuild +++ b/sci-libs/ccolamd/ccolamd-2.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://202.36.178.9/sage//${P}.tar.bz2" LICENSE="BSD" 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" BDEPEND="virtual/pkgconfig" DEPEND="sci-libs/suitesparseconfig" |