summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx+gentoo@gmail.com>2023-12-10 14:21:26 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-06-05 20:08:49 +0200
commit9840aef51ca1e04efc409c948e0df8d7e9dc89ef (patch)
treee6dde2f7f4dfc1a8444877030abfdfdf1b5ad710 /sci-libs
parentdev-ml/dune-private-libs: drop versions (diff)
downloadgentoo-9840aef51ca1e04efc409c948e0df8d7e9dc89ef.tar.gz
gentoo-9840aef51ca1e04efc409c948e0df8d7e9dc89ef.tar.bz2
gentoo-9840aef51ca1e04efc409c948e0df8d7e9dc89ef.zip
sci-libs/cholmod: 3.0.14-r1 change slot to 0/3
The .so name changed from libcholmod.so.0 to libcholmod.so.3 so we need to adjust the subslot to cause rebuilds after the upgrade. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34543 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/cholmod/cholmod-3.0.14-r1.ebuild (renamed from sci-libs/cholmod/cholmod-3.0.14.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cholmod/cholmod-3.0.14.ebuild b/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild
index 4fc1ec9b185a..669494c2ea85 100644
--- a/sci-libs/cholmod/cholmod-3.0.14.ebuild
+++ b/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2"
LICENSE="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/3"
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
IUSE="cuda doc +lapack +matrixops +modify +partition"