Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
Date: Tue, 01 Mar 2022 01:12:28
Message-Id: 1646097110.7446738c774c10fed10f3336d879af5583d93891.sam@gentoo
1 commit: 7446738c774c10fed10f3336d879af5583d93891
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 01:11:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 01:11:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7446738c
7
8 dev-libs/imath: drop broken static-libs
9
10 It forces off building of shared libs(!) and it
11 doesn't work anyway (underlinked against zlib, for
12 a start).
13
14 Reported-by: hiyori
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 dev-libs/imath/imath-3.1.4-r3.ebuild | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild b/dev-libs/imath/imath-3.1.4-r3.ebuild
21 index a6271c68dd3f..32a4e1bd3c33 100644
22 --- a/dev-libs/imath/imath-3.1.4-r3.ebuild
23 +++ b/dev-libs/imath/imath-3.1.4-r3.ebuild
24 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
25
26 LICENSE="BSD"
27 SLOT="3/29"
28 -IUSE="doc large-stack python static-libs test"
29 +IUSE="doc large-stack python test"
30 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
31 RESTRICT="!test? ( test )"
32
33 @@ -51,7 +51,6 @@ pkg_setup() {
34
35 src_configure() {
36 local mycmakeargs=(
37 - -DBUILD_SHARED_LIBS=$(usex !static-libs)
38 -DDOCS=$(usex doc)
39 -DIMATH_ENABLE_LARGE_STACK=$(usex large-stack)
40 -DIMATH_HALF_USE_LOOKUP_TABLE=ON