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: Wed, 02 Feb 2022 07:54:52
Message-Id: 1643788476.523b790779f20bcc650059574b31e55c4dfc3ca6.sam@gentoo
1 commit: 523b790779f20bcc650059574b31e55c4dfc3ca6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 07:54:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 07:54:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523b7907
7
8 media-libs/openexr: Stabilize 3.1.2 x86, #820362
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/openexr/openexr-3.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/openexr/openexr-3.1.2.ebuild b/media-libs/openexr/openexr-3.1.2.ebuild
16 index 9a8c70d88e64..5fb127134ee7 100644
17 --- a/media-libs/openexr/openexr-3.1.2.ebuild
18 +++ b/media-libs/openexr/openexr-3.1.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/
26 LICENSE="BSD"
27 SLOT="3/30" # based on SONAME
28 # -ppc -sparc because broken on big endian, bug #818424
29 -KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
30 +KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 -sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
31 IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test threads"
32 RESTRICT="!test? ( test )"