Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openvdb/
Date: Mon, 24 Aug 2020 13:42:48
Message-Id: 1598276516.7f80e06fb461104f56b44d040aaf96aa3e7a9254.sam@gentoo
1 commit: 7f80e06fb461104f56b44d040aaf96aa3e7a9254
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 13:41:39 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:41:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f80e06f
7
8 media-gfx/openvdb: default to newest ABI (RequiredUseDefaults)
9
10 It may be that a different choice (from just the latest
11 each supports) for each version is better, but let's
12 stick with this now to make it easier for users --
13 so they are not forced to choose by default.
14
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 media-gfx/openvdb/openvdb-4.0.2-r3.ebuild | 2 +-
19 media-gfx/openvdb/openvdb-5.2.0-r1.ebuild | 2 +-
20 media-gfx/openvdb/openvdb-6.2.1.ebuild | 2 +-
21 media-gfx/openvdb/openvdb-7.0.0.ebuild | 2 +-
22 media-gfx/openvdb/openvdb-7.1.0.ebuild | 2 +-
23 5 files changed, 5 insertions(+), 5 deletions(-)
24
25 diff --git a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
26 index 08c8438f028..f6705df6963 100644
27 --- a/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
28 +++ b/media-gfx/openvdb/openvdb-4.0.2-r3.ebuild
29 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g
30 LICENSE="MPL-2.0"
31 SLOT="0"
32 KEYWORDS="amd64 ~x86"
33 -IUSE="abi3-compat abi4-compat doc python test"
34 +IUSE="abi3-compat +abi4-compat doc python test"
35 RESTRICT="!test? ( test )"
36
37 REQUIRED_USE="
38
39 diff --git a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
40 index a5f10d91edb..a176389a2a0 100644
41 --- a/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
42 +++ b/media-gfx/openvdb/openvdb-5.2.0-r1.ebuild
43 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g
44 LICENSE="MPL-2.0"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 -IUSE="abi3-compat abi4-compat abi5-compat doc python test"
48 +IUSE="abi3-compat abi4-compat +abi5-compat doc python test"
49 RESTRICT="!test? ( test )"
50 REQUIRED_USE="
51 python? ( ${PYTHON_REQUIRED_USE} )
52
53 diff --git a/media-gfx/openvdb/openvdb-6.2.1.ebuild b/media-gfx/openvdb/openvdb-6.2.1.ebuild
54 index 03fcecce642..ebade646417 100644
55 --- a/media-gfx/openvdb/openvdb-6.2.1.ebuild
56 +++ b/media-gfx/openvdb/openvdb-6.2.1.ebuild
57 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g
58 LICENSE="MPL-2.0"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 -IUSE="abi4-compat abi5-compat abi6-compat doc python test"
62 +IUSE="abi4-compat abi5-compat +abi6-compat doc python test"
63 RESTRICT="!test? ( test )"
64
65 REQUIRED_USE="
66
67 diff --git a/media-gfx/openvdb/openvdb-7.0.0.ebuild b/media-gfx/openvdb/openvdb-7.0.0.ebuild
68 index c6d6c15d1bf..db984b8cdbf 100644
69 --- a/media-gfx/openvdb/openvdb-7.0.0.ebuild
70 +++ b/media-gfx/openvdb/openvdb-7.0.0.ebuild
71 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g
72 LICENSE="MPL-2.0"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86"
75 -IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi5-compat abi6-compat abi7-compat"
76 +IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi5-compat abi6-compat +abi7-compat"
77 RESTRICT="!test? ( test )"
78
79 REQUIRED_USE="
80
81 diff --git a/media-gfx/openvdb/openvdb-7.1.0.ebuild b/media-gfx/openvdb/openvdb-7.1.0.ebuild
82 index a61b6f125cc..912824ece66 100644
83 --- a/media-gfx/openvdb/openvdb-7.1.0.ebuild
84 +++ b/media-gfx/openvdb/openvdb-7.1.0.ebuild
85 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/${PN}/archive/v${PV}.tar.g
86 LICENSE="MPL-2.0"
87 SLOT="0"
88 KEYWORDS="~amd64 ~x86"
89 -IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi6-compat abi7-compat"
90 +IUSE="cpu_flags_x86_avx cpu_flags_x86_sse4_2 doc numpy python static-libs test utils abi6-compat +abi7-compat"
91 RESTRICT="!test? ( test )"
92
93 REQUIRED_USE="