Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Thu, 29 Sep 2022 19:58:20
Message-Id: 1664481437.cb4cb7113d5da769cbfc5fa0fc61f9bded3b9a36.matthew@gentoo
1 commit: cb4cb7113d5da769cbfc5fa0fc61f9bded3b9a36
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 19:57:17 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 19:57:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4cb711
7
8 media-gfx/openvdb: update subslot
9
10 soname is now openvdb.so.9.1
11
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 media-gfx/openvdb/{openvdb-9.1.0.ebuild => openvdb-9.1.0-r1.ebuild} | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/openvdb/openvdb-9.1.0.ebuild b/media-gfx/openvdb/openvdb-9.1.0-r1.ebuild
18 similarity index 99%
19 rename from media-gfx/openvdb/openvdb-9.1.0.ebuild
20 rename to media-gfx/openvdb/openvdb-9.1.0-r1.ebuild
21 index 752bb5b4afe0..c612f5b47ede 100644
22 --- a/media-gfx/openvdb/openvdb-9.1.0.ebuild
23 +++ b/media-gfx/openvdb/openvdb-9.1.0-r1.ebuild
24 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.openvdb.org"
25 SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MPL-2.0"
28 -SLOT="0/9"
29 +SLOT="0/9.1"
30 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
31 IUSE="abi7-compat abi8-compat +abi9-compat ax +blosc cpu_flags_x86_avx cpu_flags_x86_sse4_2 cuda doc
32 +nanovdb numpy python static-libs test utils"