From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4260D15808A for ; Mon, 7 Feb 2022 05:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E5D2BC00E; Mon, 7 Feb 2022 05:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 165842BC007 for ; Mon, 7 Feb 2022 05:49:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5BEF342F01 for ; Mon, 7 Feb 2022 05:49:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C04A2A0 for ; Mon, 7 Feb 2022 05:49:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644212935.5bf9e0c880b43a6f0a46acc6eb052e3740bfdbf5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openexr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openexr/openexr-3.1.4.ebuild X-VCS-Directories: media-libs/openexr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5bf9e0c880b43a6f0a46acc6eb052e3740bfdbf5 X-VCS-Branch: master Date: Mon, 7 Feb 2022 05:49:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9032fb3a-430d-40e0-a6e3-86f3a21a2952 X-Archives-Hash: f51be13ac6baa996eebc8d95b18d9a74 commit: 5bf9e0c880b43a6f0a46acc6eb052e3740bfdbf5 Author: Sam James gentoo org> AuthorDate: Mon Feb 7 05:48:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 05:48:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf9e0c8 media-libs/openexr: Stabilize 3.1.4 arm64, #832726 Signed-off-by: Sam James gentoo.org> media-libs/openexr/openexr-3.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/openexr/openexr-3.1.4.ebuild b/media-libs/openexr/openexr-3.1.4.ebuild index 0db2b9a0e13b..ffe4572facba 100644 --- a/media-libs/openexr/openexr-3.1.4.ebuild +++ b/media-libs/openexr/openexr-3.1.4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/ LICENSE="BSD" SLOT="3/30" # based on SONAME # -ppc -sparc because broken on big endian, bug #818424 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="cpu_flags_x86_avx doc examples large-stack static-libs utils test threads" RESTRICT="!test? ( test )"