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-libs/openexr/
Date: Tue, 01 Mar 2022 01:12:27
Message-Id: 1646097054.112b1a20288227de1343be934d39d56e9cc269c7.sam@gentoo
1 commit: 112b1a20288227de1343be934d39d56e9cc269c7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 01:10:54 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 01:10:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112b1a20
7
8 media-libs/openexr: 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 media-libs/openexr/openexr-3.1.4-r1.ebuild | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/media-libs/openexr/openexr-3.1.4-r1.ebuild b/media-libs/openexr/openexr-3.1.4-r1.ebuild
21 index 282912f3046d..dd4e602ea9d6 100644
22 --- a/media-libs/openexr/openexr-3.1.4-r1.ebuild
23 +++ b/media-libs/openexr/openexr-3.1.4-r1.ebuild
24 @@ -17,7 +17,7 @@ LICENSE="BSD"
25 SLOT="0/30" # based on SONAME
26 # -ppc -sparc because broken on big endian, bug #818424
27 KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
28 -IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test threads"
29 +IUSE="cpu_flags_x86_avx doc examples large-stack utils test threads"
30 RESTRICT="!test? ( test )"
31
32 RDEPEND="
33 @@ -50,7 +50,6 @@ src_prepare() {
34
35 src_configure() {
36 local mycmakeargs=(
37 - -DBUILD_SHARED_LIBS=$(usex !static-libs)
38 -DBUILD_TESTING=$(usex test)
39 -DDOCS=$(usex doc)
40 -DOPENEXR_BUILD_TOOLS=$(usex utils)