diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:13:39 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:13:39 +0100 |
commit | 108a8938de26bf3d17da29c5508b99c75e77b2a9 (patch) | |
tree | 78155724da7e98957f0a3eb1c13c5799ce60e2c5 /sci-libs/cxsparse/cxsparse-3.2.0.ebuild | |
parent | sci-libs/colamd: drop x86-macos (diff) | |
download | gentoo-108a8938de26bf3d17da29c5508b99c75e77b2a9.tar.gz gentoo-108a8938de26bf3d17da29c5508b99c75e77b2a9.tar.bz2 gentoo-108a8938de26bf3d17da29c5508b99c75e77b2a9.zip |
sci-libs/cxsparse: 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/cxsparse/cxsparse-3.2.0.ebuild')
-rw-r--r-- | sci-libs/cxsparse/cxsparse-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild b/sci-libs/cxsparse/cxsparse-3.2.0.ebuild index 1b981adafbed..c5df715062a8 100644 --- a/sci-libs/cxsparse/cxsparse-3.2.0.ebuild +++ b/sci-libs/cxsparse/cxsparse-3.2.0.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 @@ -11,7 +11,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" BDEPEND="virtual/pkgconfig" |